Class FreemarkerConfig

java.lang.Object
org.jdbi.v3.freemarker.FreemarkerConfig
All Implemented Interfaces:
JdbiConfig<FreemarkerConfig>

public class FreemarkerConfig extends Object implements JdbiConfig<FreemarkerConfig>
  • Constructor Details

    • FreemarkerConfig

      public FreemarkerConfig()
  • Method Details

    • setFreemarkerConfiguration

      public FreemarkerConfig setFreemarkerConfiguration(freemarker.template.Configuration freemarkerConfiguration)
    • getFreemarkerConfiguration

      public freemarker.template.Configuration getFreemarkerConfiguration()
    • createLocator

      public FreemarkerSqlLocator createLocator()
    • createCopy

      public FreemarkerConfig createCopy()
      Description copied from interface: JdbiConfig
      Returns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.
      Specified by:
      createCopy in interface JdbiConfig<FreemarkerConfig>
      Returns:
      a copy of this configuration object.