Uses of Class
org.jdbi.v3.core.config.internal.ConfigCustomizerChain
Packages that use ConfigCustomizerChain
Package
Description
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances.-
Uses of ConfigCustomizerChain in org.jdbi.v3.core.extension
Fields in org.jdbi.v3.core.extension declared as ConfigCustomizerChainModifier and TypeFieldDescriptionprivate final ConfigCustomizerChainExtensionMetadata.Builder.instanceConfigCustomizerFields in org.jdbi.v3.core.extension with type parameters of type ConfigCustomizerChainModifier and TypeFieldDescriptionprivate final Map<Method,ConfigCustomizerChain> ExtensionMetadata.Builder.methodConfigCustomizers