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