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 Mustache.FormatterMustache.Compiler. formatterHandles 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.CompilerMustache.Compiler. withFormatter(Mustache.Formatter formatter)Configures theMustache.Formatterused to turn objects into strings.
-