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.-
Uses of ConfigCustomizerFactory in org.jdbi.v3.core.extension
Methods 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.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.