Uses of Interface
com.samskivert.mustache.Mustache.Formatter
-
-
Uses of Mustache.Formatter in com.samskivert.mustache
Fields in com.samskivert.mustache declared as Mustache.Formatter Modifier and Type Field Description protected Mustache.Formatter
Mustache.VariableSegment. _formatter
protected static Mustache.Formatter
Mustache. DEFAULT_FORMATTER
Mustache.Formatter
Mustache.Compiler. formatter
Handles converting objects to strings when rendering a template.Methods in com.samskivert.mustache with parameters of type Mustache.Formatter Modifier and Type Method Description Mustache.Compiler
Mustache.Compiler. withFormatter(Mustache.Formatter formatter)
Configures theMustache.Formatter
used to turn objects into strings.Constructors in com.samskivert.mustache with parameters of type Mustache.Formatter Constructor Description Compiler(boolean standardsMode, boolean strictSections, java.lang.String nullValue, boolean missingIsNull, boolean emptyStringIsFalse, boolean zeroIsFalse, Mustache.Formatter formatter, Mustache.Escaper escaper, Mustache.TemplateLoader loader, Mustache.Collector collector, Mustache.Delims delims)
VariableSegment(java.lang.String name, int line, Mustache.Formatter formatter, Mustache.Escaper escaper)
-