Class FreemarkerEngine

java.lang.Object
org.jdbi.v3.freemarker.FreemarkerEngine
All Implemented Interfaces:
TemplateEngine, TemplateEngine.Parsing

public class FreemarkerEngine extends Object implements TemplateEngine.Parsing
Rewrites a Freemarker template, using the attributes on the StatementContext as template parameters.
  • Constructor Details

    • FreemarkerEngine

      @Deprecated(since="3.39.0", forRemoval=true) public FreemarkerEngine()
      Deprecated, for removal: This API element is subject to removal in a future version.
      use instance() for a shared engine instead
  • Method Details