Uses of Interface
org.jdbi.v3.core.extension.ExtensionConfigurer
-
Packages that use ExtensionConfigurer Package Description org.jdbi.v3.commonstext.internal org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances.org.jdbi.v3.core.extension.annotation org.jdbi.v3.freemarker.internal org.jdbi.v3.sqlobject.config Thesqlobject.configpackage defines configuration annotations that modify theJdbiconfiguration used as the context for executing SqlObject methods, such as registering handled types.org.jdbi.v3.sqlobject.config.internal org.jdbi.v3.sqlobject.locator.internal org.jdbi.v3.stringtemplate4.internal -
-
Uses of ExtensionConfigurer in org.jdbi.v3.commonstext.internal
Classes in org.jdbi.v3.commonstext.internal that implement ExtensionConfigurer Modifier and Type Class Description classUseStringSubstitutorTemplateEngineImpl -
Uses of ExtensionConfigurer in org.jdbi.v3.core.extension
Classes in org.jdbi.v3.core.extension that implement ExtensionConfigurer Modifier and Type Class Description classSimpleExtensionConfigurerConfigurer 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 ExtensionConfigurer Modifier and Type Method Description voidUseAnnotationConfigCustomizerFactory.ConfigurerMethod. configure(ExtensionConfigurer configurer, ConfigRegistry config, java.lang.annotation.Annotation annotation) -
Uses of ExtensionConfigurer in org.jdbi.v3.core.extension.annotation
Methods in org.jdbi.v3.core.extension.annotation that return types with arguments of type ExtensionConfigurer Modifier and Type Method Description java.lang.Class<? extends ExtensionConfigurer>value()AExtensionConfigurertype, which will be used to configureConfigRegistryinstances. -
Uses of ExtensionConfigurer in org.jdbi.v3.freemarker.internal
Classes in org.jdbi.v3.freemarker.internal that implement ExtensionConfigurer Modifier and Type Class Description classUseFreemarkerEngineImplclassUseFreemarkerSqlLocatorImpl -
Uses of ExtensionConfigurer in org.jdbi.v3.sqlobject.config
Subinterfaces of ExtensionConfigurer in org.jdbi.v3.sqlobject.config Modifier and Type Interface Description interfaceConfigurerDeprecated.UseExtensionConfigurerdirectly. -
Uses of ExtensionConfigurer in org.jdbi.v3.sqlobject.config.internal
Classes in org.jdbi.v3.sqlobject.config.internal that implement ExtensionConfigurer Modifier and Type Class Description classKeyColumnImplclassRegisterArgumentFactoriesImplclassRegisterArgumentFactoryImplclassRegisterBeanMapperImplclassRegisterBeanMappersImplclassRegisterCollectorFactoryImplclassRegisterColumnMapperFactoriesImplclassRegisterColumnMapperFactoryImplclassRegisterColumnMapperImplclassRegisterColumnMappersImplclassRegisterConstructorMapperImplclassRegisterConstructorMappersImplclassRegisterFieldMapperImplclassRegisterFieldMappersImplclassRegisterJoinRowMapperImplclassRegisterObjectArgumentFactoriesImplclassRegisterObjectArgumentFactoryImplclassRegisterRowMapperFactoriesImplclassRegisterRowMapperFactoryImplclassRegisterRowMapperImplclassRegisterRowMappersImplclassUseEnumStrategyImplclassUseSqlParserImplclassUseTemplateEngineImplclassValueColumnImpl -
Uses of ExtensionConfigurer in org.jdbi.v3.sqlobject.locator.internal
Classes in org.jdbi.v3.sqlobject.locator.internal that implement ExtensionConfigurer Modifier and Type Class Description classUseAnnotationSqlLocatorImplclassUseClasspathSqlLocatorImpl -
Uses of ExtensionConfigurer in org.jdbi.v3.stringtemplate4.internal
Classes in org.jdbi.v3.stringtemplate4.internal that implement ExtensionConfigurer Modifier and Type Class Description classUseStringTemplateEngineImplclassUseStringTemplateSqlLocatorImpl
-