Class MustacheProcessor.MustacheRenderer

  • All Implemented Interfaces:
    Renderer, java.util.function.Function<TargetPathView,​java.nio.ByteBuffer>
    Enclosing class:
    MustacheProcessor

    public static class MustacheProcessor.MustacheRenderer
    extends java.lang.Object
    implements Renderer
    • Constructor Summary

      Constructors 
      Constructor Description
      MustacheRenderer​(java.nio.ByteBuffer templateBuffer)  
    • Method Summary

      Modifier and Type Method Description
      java.nio.ByteBuffer apply​(TargetPathView targetPathView)  
      • Methods inherited from class java.lang.Object

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

        andThen, compose
    • Constructor Detail

      • MustacheRenderer

        public MustacheRenderer​(java.nio.ByteBuffer templateBuffer)
    • Method Detail

      • apply

        public java.nio.ByteBuffer apply​(TargetPathView targetPathView)
        Specified by:
        apply in interface java.util.function.Function<TargetPathView,​java.nio.ByteBuffer>