Uses of Class
io.swagger.models.refs.RefType
-
Packages that use RefType Package Description io.swagger.models.refs -
-
Uses of RefType in io.swagger.models.refs
Methods in io.swagger.models.refs that return RefType Modifier and Type Method Description RefTypeGenericRef. getType()static RefTypeRefType. valueOf(String name)Returns the enum constant of this type with the specified name.static RefType[]RefType. 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 RefType Constructor Description GenericRef(RefType type, String ref)GenericRef(RefType type, String ref, RefFormat format)
-