Class ValueColumnImpl
java.lang.Object
org.jdbi.v3.sqlobject.config.internal.ValueColumnImpl
- All Implemented Interfaces:
Configurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureForMethod(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType, Method method) Configures the registry for the given annotation on a sql object method.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.sqlobject.config.Configurer
configureForType
-
Constructor Details
-
ValueColumnImpl
public ValueColumnImpl()
-
-
Method Details
-
configureForMethod
public void configureForMethod(ConfigRegistry registry, Annotation annotation, Class<?> sqlObjectType, Method method) Description copied from interface:ConfigurerConfigures the registry for the given annotation on a sql object method.- Specified by:
configureForMethodin interfaceConfigurer- Parameters:
registry- the registry to configureannotation- the annotationsqlObjectType- the sql object typemethod- the method which was annotated
-