-
- Enclosing class:
- Mustache
public static interface Mustache.Formatter
Handles converting objects to strings when rendering templates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.CharSequence
format(java.lang.Object value)
Convertsvalue
to a CharSequence for inclusion in a template.
-