Uses of Interface
org.jdbi.v3.core.extension.ExtensionHandlerCustomizer
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 ExtensionHandlerCustomizer in org.jdbi.v3.core.extension
Modifier and TypeMethodDescriptiondefault Collection
<ExtensionHandlerCustomizer> ExtensionFactory.getExtensionHandlerCustomizers
(ConfigRegistry config) Returns a collection ofExtensionHandlerCustomizer
objects.Modifier and TypeMethodDescriptionExtensionMetadata.Builder.addExtensionHandlerCustomizer
(ExtensionHandlerCustomizer extensionHandlerCustomizer) Adds anExtensionHandlerCustomizer
that will be used to customize extension handlers when theExtensionMetadata.Builder.build()
} method is called.Extensions.registerHandlerCustomizer
(ExtensionHandlerCustomizer extensionHandlerCustomizer) Registers a globalExtensionHandlerCustomizer
instance. -
Uses of ExtensionHandlerCustomizer in org.jdbi.v3.sqlobject
ExtensionHandlerCustomizer
directly.