Class MustacheProcessor.Formatter

  • All Implemented Interfaces:
    com.samskivert.mustache.Mustache.Formatter
    Enclosing class:
    MustacheProcessor

    public static class MustacheProcessor.Formatter
    extends java.lang.Object
    implements com.samskivert.mustache.Mustache.Formatter
    • Constructor Summary

      Constructors 
      Constructor Description
      Formatter()  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String format​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Formatter

        public Formatter()
    • Method Detail

      • format

        public java.lang.String format​(java.lang.Object value)
        Specified by:
        format in interface com.samskivert.mustache.Mustache.Formatter