Uses of Interface
com.samskivert.mustache.Mustache.Formatter
-
Uses of Mustache.Formatter in com.samskivert.mustache
Fields in com.samskivert.mustache declared as Mustache.FormatterModifier and TypeFieldDescriptionprotected final Mustache.FormatterMustache.VariableSegment._formatterprotected static final Mustache.FormatterMustache.DEFAULT_FORMATTERfinal Mustache.FormatterMustache.Compiler.formatterHandles converting objects to strings when rendering a template.Methods in com.samskivert.mustache with parameters of type Mustache.FormatterModifier and TypeMethodDescriptionMustache.Compiler.withFormatter(Mustache.Formatter formatter) Configures theMustache.Formatterused to turn objects into strings.Constructors in com.samskivert.mustache with parameters of type Mustache.FormatterModifierConstructorDescriptionprotectedCompiler(boolean standardsMode, boolean strictSections, String nullValue, boolean missingIsNull, boolean emptyStringIsFalse, boolean zeroIsFalse, Mustache.Formatter formatter, Mustache.Escaper escaper, Mustache.TemplateLoader loader, Mustache.Collector collector, Mustache.Delims delims) VariableSegment(String name, int line, Mustache.Formatter formatter, Mustache.Escaper escaper)