Uses of Interface
org.jdbi.v3.core.extension.ConfigCustomizerFactory
-
Packages that use ConfigCustomizerFactory Package Description org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances.org.jdbi.v3.sqlobject SQL Objects -
-
Uses of ConfigCustomizerFactory in org.jdbi.v3.core.extension
Classes in org.jdbi.v3.core.extension that implement ConfigCustomizerFactory Modifier and Type Class Description (package private) classUseAnnotationConfigCustomizerFactoryApplies configuration customizers according toUseExtensionConfigurerdecorating annotations.Fields in org.jdbi.v3.core.extension declared as ConfigCustomizerFactory Modifier and Type Field Description (package private) static ConfigCustomizerFactoryUseAnnotationConfigCustomizerFactory. INSTANCEFields in org.jdbi.v3.core.extension with type parameters of type ConfigCustomizerFactory Modifier and Type Field Description private java.util.Collection<ConfigCustomizerFactory>ExtensionMetadata.Builder. configCustomizerFactoriesprivate java.util.List<ConfigCustomizerFactory>Extensions. configCustomizerFactoriesMethods in org.jdbi.v3.core.extension that return types with arguments of type ConfigCustomizerFactory Modifier and Type Method Description default java.util.Collection<ConfigCustomizerFactory>ExtensionFactory. getConfigCustomizerFactories(ConfigRegistry config)Returns a collection ofConfigCustomizerFactoryobjects.java.util.Collection<ConfigCustomizerFactory>ExtensionFactoryDelegate. getConfigCustomizerFactories(ConfigRegistry config)Methods in org.jdbi.v3.core.extension with parameters of type ConfigCustomizerFactory Modifier and Type Method Description ExtensionMetadata.BuilderExtensionMetadata.Builder. addConfigCustomizerFactory(ConfigCustomizerFactory configCustomizerFactory)Adds anConfigCustomizerFactorythat will be used to find configuration customizers when theExtensionMetadata.Builder.build()} method is called.ExtensionsExtensions. registerConfigCustomizerFactory(ConfigCustomizerFactory configCustomizerFactory)Registers a globalConfigCustomizerFactoryinstance. -
Uses of ConfigCustomizerFactory in org.jdbi.v3.sqlobject
Classes in org.jdbi.v3.sqlobject that implement ConfigCustomizerFactory Modifier and Type Class Description (package private) classSqlObjectCustomizerFactoryFields in org.jdbi.v3.sqlobject declared as ConfigCustomizerFactory Modifier and Type Field Description (package private) static ConfigCustomizerFactorySqlObjectCustomizerFactory. FACTORYMethods in org.jdbi.v3.sqlobject that return types with arguments of type ConfigCustomizerFactory Modifier and Type Method Description java.util.Collection<ConfigCustomizerFactory>AbstractSqlObjectFactory. getConfigCustomizerFactories(ConfigRegistry config)
-