Uses of Class
io.swagger.models.refs.RefFormat
-
Packages that use RefFormat Package Description io.swagger.models io.swagger.models.parameters io.swagger.models.properties io.swagger.models.refs -
-
Uses of RefFormat in io.swagger.models
Methods in io.swagger.models that return RefFormat Modifier and Type Method Description RefFormatRefModel. getRefFormat()RefFormatRefPath. getRefFormat()RefFormatRefResponse. getRefFormat()Constructors in io.swagger.models with parameters of type RefFormat Constructor Description RefModel(String ref, RefFormat refFormat)RefPath(String ref, RefFormat refFormat) -
Uses of RefFormat in io.swagger.models.parameters
Methods in io.swagger.models.parameters that return RefFormat Modifier and Type Method Description RefFormatRefParameter. getRefFormat()Constructors in io.swagger.models.parameters with parameters of type RefFormat Constructor Description RefParameter(String ref, RefFormat refFormat) -
Uses of RefFormat in io.swagger.models.properties
Methods in io.swagger.models.properties that return RefFormat Modifier and Type Method Description RefFormatRefProperty. getRefFormat()Constructors in io.swagger.models.properties with parameters of type RefFormat Constructor Description RefProperty(String ref, RefFormat refFormat) -
Uses of RefFormat in io.swagger.models.refs
Methods in io.swagger.models.refs that return RefFormat Modifier and Type Method Description RefFormatGenericRef. getFormat()static RefFormatRefFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static RefFormat[]RefFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.swagger.models.refs with parameters of type RefFormat Constructor Description GenericRef(RefType type, String ref, RefFormat format)
-