Package org.jdbi.v3.freemarker.internal
Class UseFreemarkerSqlLocatorImpl
- java.lang.Object
-
- org.jdbi.v3.core.extension.SimpleExtensionConfigurer
-
- org.jdbi.v3.freemarker.internal.UseFreemarkerSqlLocatorImpl
-
- All Implemented Interfaces:
ExtensionConfigurer
public class UseFreemarkerSqlLocatorImpl extends SimpleExtensionConfigurer
-
-
Constructor Summary
Constructors Constructor Description UseFreemarkerSqlLocatorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(ConfigRegistry config, java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType)Updates configuration for the given annotation on an extension type.-
Methods inherited from class org.jdbi.v3.core.extension.SimpleExtensionConfigurer
configureForMethod, configureForType
-
-
-
-
Method Detail
-
configure
public void configure(ConfigRegistry config, java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType)
Description copied from class:SimpleExtensionConfigurerUpdates configuration for the given annotation on an extension type.- Specified by:
configurein classSimpleExtensionConfigurer- Parameters:
config- TheConfigRegistryobject to configureannotation- The annotation that invoked this methodsqlObjectType- the extension type which was annotated
-
-