Package org.jdbi.v3.freemarker.internal
Class UseFreemarkerSqlLocatorImpl
java.lang.Object
org.jdbi.v3.freemarker.internal.UseFreemarkerSqlLocatorImpl
- 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
-
UseFreemarkerSqlLocatorImpl
public UseFreemarkerSqlLocatorImpl()
-
-
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
-