Uses of Class
io.protostuff.compiler.Formatter.BUILTIN
-
Packages that use Formatter.BUILTIN Package Description io.protostuff.compiler -
-
Uses of Formatter.BUILTIN in io.protostuff.compiler
Methods in io.protostuff.compiler that return Formatter.BUILTIN Modifier and Type Method Description static Formatter.BUILTIN
Formatter.BUILTIN. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Formatter.BUILTIN[]
Formatter.BUILTIN. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-