Uses of Interface
io.protostuff.compiler.Formatter
-
Packages that use Formatter Package Description io.protostuff.compiler -
-
Uses of Formatter in io.protostuff.compiler
Classes in io.protostuff.compiler that implement Formatter Modifier and Type Class Description static class
Formatter.BUILTIN
Built-in formatters.Fields in io.protostuff.compiler with type parameters of type Formatter Modifier and Type Field Description (package private) static java.util.concurrent.ConcurrentHashMap<java.lang.String,Formatter>
STCodeGenerator. DEFAULT_FORMATTERS
Methods in io.protostuff.compiler with parameters of type Formatter Modifier and Type Method Description static boolean
STCodeGenerator. setFormatter(java.lang.String name, Formatter f)
Returns true if there was no previous formatter with the same name.Method parameters in io.protostuff.compiler with type arguments of type Formatter Modifier and Type Method Description static void
Formatter.BUILTIN. addAllTo(java.util.Map<java.lang.String,Formatter> map)
Add all the builtin formatters to the map using the enum's name as key.
-