Interface TemplateRenderer

All Superinterfaces:
BiFunction<String,Map<String,? extends @Nullable Object>,String>
All Known Implementing Classes:
NoOpTemplateRenderer, StTemplateRenderer

public interface TemplateRenderer extends BiFunction<String,Map<String,? extends @Nullable Object>,String>
Renders a template using a given strategy.
Since:
1.0.0
Author:
Thomas Vitale
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(String template, Map<String,? extends @Nullable Object> variables)
     

    Methods inherited from interface java.util.function.BiFunction

    andThen