Class FreemarkerConfig
java.lang.Object
org.jdbi.v3.freemarker.FreemarkerConfig
- All Implemented Interfaces:
JdbiConfig<FreemarkerConfig>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of this configuration object.freemarker.template.ConfigurationsetFreemarkerConfiguration(freemarker.template.Configuration freemarkerConfiguration) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JdbiConfig
setRegistryModifier and TypeMethodDescriptiondefault voidsetRegistry(ConfigRegistry registry) The registry will inject itself into the configuration object.
-
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:JdbiConfigReturns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.- Specified by:
createCopyin interfaceJdbiConfig<FreemarkerConfig>- Returns:
- a copy of this configuration object.
-