Package org.jdbi.v3.freemarker.internal
Class UseFreemarkerEngineImpl
java.lang.Object
org.jdbi.v3.freemarker.internal.UseFreemarkerEngineImpl
- All Implemented Interfaces:
Configurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureForMethod(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType, Method method)voidconfigureForType(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType)
-
Constructor Details
-
UseFreemarkerEngineImpl
public UseFreemarkerEngineImpl()
-
-
Method Details
-
configureForType
public void configureForType(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType)- Specified by:
configureForTypein interfaceConfigurer
-
configureForMethod
public void configureForMethod(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType, Method method)- Specified by:
configureForMethodin interfaceConfigurer
-