Interface Mustache.Formatter

  • Enclosing class:
    Mustache

    public static interface Mustache.Formatter
    Handles converting objects to strings when rendering templates.
    • Method Detail

      • format

        String format​(Object value)
        Converts value to a string for inclusion in a template.