Class MustacheProcessor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.samskivert.mustache.Mustache.Compiler compiler  
    • Method Summary

      Modifier and Type Method Description
      Renderer apply​(java.nio.ByteBuffer byteBuffer)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

      • compiler

        public static final com.samskivert.mustache.Mustache.Compiler compiler
    • Constructor Detail

      • MustacheProcessor

        public MustacheProcessor()
    • Method Detail

      • apply

        public Renderer apply​(java.nio.ByteBuffer byteBuffer)
        Specified by:
        apply in interface java.util.function.Function<java.nio.ByteBuffer,​Renderer>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object