Uses of Class
org.tomitribe.crest.cmds.processors.types.PrimitiveTypes
-
Packages that use PrimitiveTypes Package Description org.tomitribe.crest.cmds.processors.types -
-
Uses of PrimitiveTypes in org.tomitribe.crest.cmds.processors.types
Methods in org.tomitribe.crest.cmds.processors.types that return PrimitiveTypes Modifier and Type Method Description static PrimitiveTypesPrimitiveTypes. fromWrapper(java.lang.Class<?> wrapper)static PrimitiveTypesPrimitiveTypes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrimitiveTypes[]PrimitiveTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-