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
Classes in org.jdbi.v3.core.extension that implement ExtensionHandlerCustomizerModifier and TypeClassDescription(package private) final classApplies decorations to method handlers, according to anyUseExtensionHandlerCustomizerdecorating annotations present on the method.Fields in org.jdbi.v3.core.extension declared as ExtensionHandlerCustomizerModifier and TypeFieldDescription(package private) static final ExtensionHandlerCustomizerUseAnnotationExtensionHandlerCustomizer.INSTANCEFields in org.jdbi.v3.core.extension with type parameters of type ExtensionHandlerCustomizerModifier and TypeFieldDescriptionprivate final Collection<ExtensionHandlerCustomizer>ExtensionMetadata.Builder.extensionHandlerCustomizersprivate final List<ExtensionHandlerCustomizer>Extensions.extensionHandlerCustomizersMethods in org.jdbi.v3.core.extension that return ExtensionHandlerCustomizerModifier and TypeMethodDescriptionprivate static ExtensionHandlerCustomizerUseAnnotationExtensionHandlerCustomizer.createCustomizer(Class<? extends ExtensionHandlerCustomizer> customizerType, Class<?> extensionObjectType, Method method) 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 ofExtensionHandlerCustomizerobjects.ExtensionFactoryDelegate.getExtensionHandlerCustomizers(ConfigRegistry config) Methods in org.jdbi.v3.core.extension with parameters of type ExtensionHandlerCustomizerModifier and TypeMethodDescriptionExtensionMetadata.Builder.addExtensionHandlerCustomizer(ExtensionHandlerCustomizer extensionHandlerCustomizer) Adds anExtensionHandlerCustomizerthat will be used to customize extension handlers when theExtensionMetadata.Builder.build()} method is called.Extensions.registerHandlerCustomizer(ExtensionHandlerCustomizer extensionHandlerCustomizer) Registers a globalExtensionHandlerCustomizerinstance.Method parameters in org.jdbi.v3.core.extension with type arguments of type ExtensionHandlerCustomizerModifier and TypeMethodDescriptionprivate static ExtensionHandlerCustomizerUseAnnotationExtensionHandlerCustomizer.createCustomizer(Class<? extends ExtensionHandlerCustomizer> customizerType, Class<?> extensionObjectType, Method method) -
Uses of ExtensionHandlerCustomizer in org.jdbi.v3.sqlobject
Subinterfaces of ExtensionHandlerCustomizer in org.jdbi.v3.sqlobjectClasses in org.jdbi.v3.sqlobject that implement ExtensionHandlerCustomizerModifier and TypeClassDescription(package private) classApplies decorations to method handlers, according to anydecorating annotationspresent on the method.Methods in org.jdbi.v3.sqlobject that return types with arguments of type ExtensionHandlerCustomizerModifier and TypeMethodDescriptionAbstractSqlObjectFactory.getExtensionHandlerCustomizers(ConfigRegistry config) -
Uses of ExtensionHandlerCustomizer in org.jdbi.v3.sqlobject.transaction.internal
Classes in org.jdbi.v3.sqlobject.transaction.internal that implement ExtensionHandlerCustomizer
ExtensionHandlerCustomizerdirectly.