Class FreemarkerConfig
java.lang.Object
org.jdbi.v3.freemarker.FreemarkerConfig
- All Implemented Interfaces:
JdbiConfig<FreemarkerConfig>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of this configuration object.freemarker.template.Configuration
setFreemarkerConfiguration
(freemarker.template.Configuration freemarkerConfiguration) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jdbi.v3.core.config.JdbiConfig
setRegistry
-
Constructor Details
-
FreemarkerConfig
public FreemarkerConfig()
-
-
Method Details
-
setFreemarkerConfiguration
public FreemarkerConfig setFreemarkerConfiguration(freemarker.template.Configuration freemarkerConfiguration) -
getFreemarkerConfiguration
public freemarker.template.Configuration getFreemarkerConfiguration() -
createLocator
-
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 interfaceJdbiConfig<FreemarkerConfig>
- Returns:
- a copy of this configuration object.
-