All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.swagger.parser.v3.models.RefFormat Maven / Gradle / Ivy

There is a newer version: 2.0.0-rc1
Show newest version
package io.swagger.parser.v3.models;

/**
 * Created by gracekarina on 16/06/17.
 */
public enum RefFormat {
    URL,
    RELATIVE,
    INTERNAL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy