Uses of Class
org.jdbi.v3.core.extension.ExtensionMetadata.ExtensionHandlerInvoker
Packages that use 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
Methods in org.jdbi.v3.core.extension that return ExtensionMetadata.ExtensionHandlerInvokerModifier and TypeMethodDescriptionExtensionMetadata.createExtensionHandlerInvoker(E target, Method method, HandleSupplier handleSupplier, ConfigRegistry config) Creates anExtensionMetadata.ExtensionHandlerInvokerinstance for a specific method.