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 classFormatter.BUILTINBuilt-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_FORMATTERSMethods in io.protostuff.compiler with parameters of type Formatter Modifier and Type Method Description static booleanSTCodeGenerator. 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 voidFormatter.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.
-