Interface TemplateCompiler
-
- All Superinterfaces:
java.util.function.Function<TemplateView,Renderer>
- All Known Implementing Classes:
MarkdownProcessor,MustacheProcessor
public interface TemplateCompiler extends java.util.function.Function<TemplateView,Renderer>
A template compiler is any type of transform which knows how to create a renderer from an image of bytes.