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