Uses of Interface
org.jdbi.v3.core.extension.ConfigCustomizerFactory
Packages that use ConfigCustomizerFactory
Package
Description
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances.SQL Objects
-
Uses of ConfigCustomizerFactory in org.jdbi.v3.core.extension
Classes in org.jdbi.v3.core.extension that implement ConfigCustomizerFactoryModifier and TypeClassDescription(package private) final classApplies configuration customizers according toUseExtensionConfigurerdecorating annotations.Fields in org.jdbi.v3.core.extension declared as ConfigCustomizerFactoryModifier and TypeFieldDescription(package private) static final ConfigCustomizerFactoryUseAnnotationConfigCustomizerFactory.INSTANCEFields in org.jdbi.v3.core.extension with type parameters of type ConfigCustomizerFactoryModifier and TypeFieldDescriptionprivate final Collection<ConfigCustomizerFactory>ExtensionMetadata.Builder.configCustomizerFactoriesprivate final List<ConfigCustomizerFactory>Extensions.configCustomizerFactoriesMethods in org.jdbi.v3.core.extension that return types with arguments of type ConfigCustomizerFactoryModifier and TypeMethodDescriptiondefault Collection<ConfigCustomizerFactory>ExtensionFactory.getConfigCustomizerFactories(ConfigRegistry config) Returns a collection ofConfigCustomizerFactoryobjects.ExtensionFactoryDelegate.getConfigCustomizerFactories(ConfigRegistry config) Methods in org.jdbi.v3.core.extension with parameters of type ConfigCustomizerFactoryModifier and TypeMethodDescriptionExtensionMetadata.Builder.addConfigCustomizerFactory(ConfigCustomizerFactory configCustomizerFactory) Adds anConfigCustomizerFactorythat will be used to find configuration customizers when theExtensionMetadata.Builder.build()} method is called.Extensions.registerConfigCustomizerFactory(ConfigCustomizerFactory configCustomizerFactory) Registers a globalConfigCustomizerFactoryinstance. -
Uses of ConfigCustomizerFactory in org.jdbi.v3.sqlobject
Classes in org.jdbi.v3.sqlobject that implement ConfigCustomizerFactoryFields in org.jdbi.v3.sqlobject declared as ConfigCustomizerFactoryModifier and TypeFieldDescription(package private) static final ConfigCustomizerFactorySqlObjectCustomizerFactory.FACTORYMethods in org.jdbi.v3.sqlobject that return types with arguments of type ConfigCustomizerFactoryModifier and TypeMethodDescriptionAbstractSqlObjectFactory.getConfigCustomizerFactories(ConfigRegistry config)