Class KeyColumnImpl
java.lang.Object
org.jdbi.v3.sqlobject.config.internal.KeyColumnImpl
- All Implemented Interfaces:
ExtensionConfigurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureForMethod(ConfigRegistry config, Annotation annotation, Class<?> sqlObjectType, 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, waitMethods inherited from interface org.jdbi.v3.core.extension.ExtensionConfigurer
configureForType
-
Constructor Details
-
KeyColumnImpl
public KeyColumnImpl()
-
-
Method Details
-
configureForMethod
public void configureForMethod(ConfigRegistry config, Annotation annotation, Class<?> sqlObjectType, 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
-