-
- 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.Stringformat(java.lang.Object value)Convertsvalueto a string for inclusion in a template.
-