Interface TemplateCompiler

  • All Superinterfaces:
    java.util.function.Function<java.nio.ByteBuffer,​Renderer>
    All Known Implementing Classes:
    MarkdownProcessor, MarkdownProcessorDebugger, MustacheProcessor

    public interface TemplateCompiler
    extends java.util.function.Function<java.nio.ByteBuffer,​Renderer>
    A template compiler is any type of transform which knows how to create a renderer from an image of bytes.
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose