Uses of Interface
org.jdbi.v3.core.extension.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
Modifier and TypeMethodDescriptiondefault Collection
<ConfigCustomizerFactory> ExtensionFactory.getConfigCustomizerFactories
(ConfigRegistry config) Returns a collection ofConfigCustomizerFactory
objects.Modifier and TypeMethodDescriptionExtensionMetadata.Builder.addConfigCustomizerFactory
(ConfigCustomizerFactory configCustomizerFactory) Adds anConfigCustomizerFactory
that will be used to find configuration customizers when theExtensionMetadata.Builder.build()
} method is called.Extensions.registerConfigCustomizerFactory
(ConfigCustomizerFactory configCustomizerFactory) Registers a globalConfigCustomizerFactory
instance.