Uses of Interface
org.jdbi.v3.core.extension.ExtensionHandlerCustomizer
Packages that use 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
Methods in org.jdbi.v3.core.extension that return types with arguments of type ExtensionHandlerCustomizerModifier and TypeMethodDescriptiondefault Collection<ExtensionHandlerCustomizer>
ExtensionFactory.getExtensionHandlerCustomizers
(ConfigRegistry config) Returns a collection ofExtensionHandlerCustomizer
objects.Methods in org.jdbi.v3.core.extension with parameters of type ExtensionHandlerCustomizerModifier 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
Subinterfaces of ExtensionHandlerCustomizer in org.jdbi.v3.sqlobject
ExtensionHandlerCustomizer
directly.