Interface Mustache.Formatter

  • 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)
      Converts value to a CharSequence for inclusion in a template.
    • Method Detail

      • format

        java.lang.CharSequence format​(java.lang.Object value)
        Converts value to a CharSequence for inclusion in a template.