Class RegisterJoinRowMapperImpl
java.lang.Object
org.jdbi.v3.core.extension.SimpleExtensionConfigurer
org.jdbi.v3.sqlobject.config.internal.RegisterJoinRowMapperImpl
- All Implemented Interfaces:
ExtensionConfigurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(ConfigRegistry config, Annotation annotation, Class<?> sqlObjectType) Updates configuration for the given annotation on an extension type.Methods inherited from class org.jdbi.v3.core.extension.SimpleExtensionConfigurer
configureForMethod, configureForType
-
Constructor Details
-
RegisterJoinRowMapperImpl
public RegisterJoinRowMapperImpl()
-
-
Method Details
-
configure
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
-