Class ValueColumnImpl
- java.lang.Object
-
- org.jdbi.v3.sqlobject.config.internal.ValueColumnImpl
-
- All Implemented Interfaces:
ExtensionConfigurer
public class ValueColumnImpl extends java.lang.Object implements ExtensionConfigurer
-
-
Constructor Summary
Constructors Constructor Description ValueColumnImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureForMethod(ConfigRegistry config, java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)Configures the config for the given annotation on a extension type method.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jdbi.v3.core.extension.ExtensionConfigurer
configureForType
-
-
-
-
Method Detail
-
configureForMethod
public void configureForMethod(ConfigRegistry config, java.lang.annotation.Annotation annotation, java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)
Description copied from interface:ExtensionConfigurerConfigures the config for the given annotation on a extension type method.- Specified by:
configureForMethodin interfaceExtensionConfigurer- Parameters:
config- the config to configureannotation- the annotationsqlObjectType- the extension typemethod- the method which was annotated
-
-