Uses of Interface
org.jdbi.v3.core.extension.ExtensionConfigurer
Packages that use ExtensionConfigurer
Package
Description
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances.
The
sqlobject.config package defines configuration annotations
that modify the Jdbi configuration used as the context for executing
SqlObject methods, such as registering handled types.-
Uses of ExtensionConfigurer in org.jdbi.v3.commonstext.internal
Classes in org.jdbi.v3.commonstext.internal that implement ExtensionConfigurer -
Uses of ExtensionConfigurer in org.jdbi.v3.core.extension
Classes in org.jdbi.v3.core.extension that implement ExtensionConfigurerModifier and TypeClassDescriptionclassConfigurer base class that applies the same configuration changes independent whether an annotation is placed on the type or a method.Methods in org.jdbi.v3.core.extension with parameters of type ExtensionConfigurerModifier and TypeMethodDescriptionvoidUseAnnotationConfigCustomizerFactory.ConfigurerMethod.configure(ExtensionConfigurer configurer, ConfigRegistry config, Annotation annotation) -
Uses of ExtensionConfigurer in org.jdbi.v3.freemarker.internal
Classes in org.jdbi.v3.freemarker.internal that implement ExtensionConfigurer -
Uses of ExtensionConfigurer in org.jdbi.v3.sqlobject.config
Subinterfaces of ExtensionConfigurer in org.jdbi.v3.sqlobject.config -
Uses of ExtensionConfigurer in org.jdbi.v3.sqlobject.config.internal
Classes in org.jdbi.v3.sqlobject.config.internal that implement ExtensionConfigurerModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of ExtensionConfigurer in org.jdbi.v3.sqlobject.locator.internal
Classes in org.jdbi.v3.sqlobject.locator.internal that implement ExtensionConfigurerModifier and TypeClassDescriptionclassclass -
Uses of ExtensionConfigurer in org.jdbi.v3.stringtemplate4.internal
Classes in org.jdbi.v3.stringtemplate4.internal that implement ExtensionConfigurerModifier and TypeClassDescriptionclassclass
ExtensionConfigurerdirectly.