Uses of Class
io.swagger.util.PrimitiveType
-
Packages that use PrimitiveType Package Description io.swagger.util -
-
Uses of PrimitiveType in io.swagger.util
Methods in io.swagger.util that return PrimitiveType Modifier and Type Method Description static PrimitiveTypePrimitiveType. fromName(String name)static PrimitiveTypePrimitiveType. fromType(Type type)static PrimitiveTypePrimitiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimitiveType[]PrimitiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.swagger.util that return types with arguments of type PrimitiveType Modifier and Type Method Description static Map<String,PrimitiveType>PrimitiveType. customClasses()Adds support for custom mapping of classes to primitive types
-