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 Link icon

    • FreemarkerConfig Link icon

      public FreemarkerConfig()
  • Method Details Link icon

    • setFreemarkerConfiguration Link icon

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

      public freemarker.template.Configuration getFreemarkerConfiguration()
    • createLocator Link icon

      public FreemarkerSqlLocator createLocator()
    • createCopy Link icon

      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.