Uses of Interface
org.jdbi.v3.core.extension.ExtensionHandlerCustomizer
-
Packages that use ExtensionHandlerCustomizer Package Description org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances.org.jdbi.v3.core.extension.annotation org.jdbi.v3.sqlobject SQL Objectsorg.jdbi.v3.sqlobject.transaction.internal -
-
Uses of ExtensionHandlerCustomizer in org.jdbi.v3.core.extension
Classes in org.jdbi.v3.core.extension that implement ExtensionHandlerCustomizer Modifier and Type Class Description (package private) classUseAnnotationExtensionHandlerCustomizerApplies decorations to method handlers, according to anyUseExtensionHandlerCustomizerdecorating annotations present on the method.Fields in org.jdbi.v3.core.extension declared as ExtensionHandlerCustomizer Modifier and Type Field Description (package private) static ExtensionHandlerCustomizerUseAnnotationExtensionHandlerCustomizer. INSTANCEFields in org.jdbi.v3.core.extension with type parameters of type ExtensionHandlerCustomizer Modifier and Type Field Description private java.util.Collection<ExtensionHandlerCustomizer>ExtensionMetadata.Builder. extensionHandlerCustomizersprivate java.util.List<ExtensionHandlerCustomizer>Extensions. extensionHandlerCustomizersMethods in org.jdbi.v3.core.extension that return ExtensionHandlerCustomizer Modifier and Type Method Description private static ExtensionHandlerCustomizerUseAnnotationExtensionHandlerCustomizer. createCustomizer(java.lang.Class<? extends ExtensionHandlerCustomizer> customizerType, java.lang.Class<?> extensionObjectType, java.lang.reflect.Method method)Methods in org.jdbi.v3.core.extension that return types with arguments of type ExtensionHandlerCustomizer Modifier and Type Method Description default java.util.Collection<ExtensionHandlerCustomizer>ExtensionFactory. getExtensionHandlerCustomizers(ConfigRegistry config)Returns a collection ofExtensionHandlerCustomizerobjects.java.util.Collection<ExtensionHandlerCustomizer>ExtensionFactoryDelegate. getExtensionHandlerCustomizers(ConfigRegistry config)Methods in org.jdbi.v3.core.extension with parameters of type ExtensionHandlerCustomizer Modifier and Type Method Description ExtensionMetadata.BuilderExtensionMetadata.Builder. addExtensionHandlerCustomizer(ExtensionHandlerCustomizer extensionHandlerCustomizer)Adds anExtensionHandlerCustomizerthat will be used to customize extension handlers when theExtensionMetadata.Builder.build()} method is called.ExtensionsExtensions. registerHandlerCustomizer(ExtensionHandlerCustomizer extensionHandlerCustomizer)Registers a globalExtensionHandlerCustomizerinstance.Method parameters in org.jdbi.v3.core.extension with type arguments of type ExtensionHandlerCustomizer Modifier and Type Method Description private static ExtensionHandlerCustomizerUseAnnotationExtensionHandlerCustomizer. createCustomizer(java.lang.Class<? extends ExtensionHandlerCustomizer> customizerType, java.lang.Class<?> extensionObjectType, java.lang.reflect.Method method) -
Uses of ExtensionHandlerCustomizer in org.jdbi.v3.core.extension.annotation
Methods in org.jdbi.v3.core.extension.annotation that return types with arguments of type ExtensionHandlerCustomizer Modifier and Type Method Description java.lang.Class<? extends ExtensionHandlerCustomizer>value()ExtensionHandlerCustomizerclass that decoratesExtensionHandlerinstances for methods annotated with the associated annotation. -
Uses of ExtensionHandlerCustomizer in org.jdbi.v3.sqlobject
Subinterfaces of ExtensionHandlerCustomizer in org.jdbi.v3.sqlobject Modifier and Type Interface Description interfaceHandlerDecoratorDeprecated.UseExtensionHandlerCustomizerdirectly.Classes in org.jdbi.v3.sqlobject that implement ExtensionHandlerCustomizer Modifier and Type Class Description (package private) classSqlMethodAnnotatedHandlerDecoratorApplies decorations to method handlers, according to anydecorating annotationspresent on the method.Methods in org.jdbi.v3.sqlobject that return types with arguments of type ExtensionHandlerCustomizer Modifier and Type Method Description java.util.Collection<ExtensionHandlerCustomizer>AbstractSqlObjectFactory. getExtensionHandlerCustomizers(ConfigRegistry config) -
Uses of ExtensionHandlerCustomizer in org.jdbi.v3.sqlobject.transaction.internal
Classes in org.jdbi.v3.sqlobject.transaction.internal that implement ExtensionHandlerCustomizer Modifier and Type Class Description classTransactionDecorator
-