Uses of Class
org.jdbi.v3.core.extension.ExtensionMetadata.ExtensionHandlerInvoker
Package
Description
The
extension
classes allow you to extend Jdbi
's
functionality by declaring interface types that may attach to Handle
instances.-
Uses of ExtensionMetadata.ExtensionHandlerInvoker in org.jdbi.v3.core.extension
Modifier and TypeMethodDescriptionExtensionMetadata.createExtensionHandlerInvoker
(E target, Method method, HandleSupplier handleSupplier, ConfigRegistry config) Creates anExtensionMetadata.ExtensionHandlerInvoker
instance for a specific method.