Uses of Class
io.swagger.v3.parser.models.RefType
-
Packages that use RefType Package Description io.swagger.v3.parser.models -
-
Uses of RefType in io.swagger.v3.parser.models
Methods in io.swagger.v3.parser.models that return RefType Modifier and Type Method Description 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.
-