Uses of Interface
org.jdbi.v3.core.extension.ExtensionHandlerFactory
-
Packages that use ExtensionHandlerFactory 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.sqlobject SQL Objects -
-
Uses of ExtensionHandlerFactory in org.jdbi.v3.core.extension
Classes in org.jdbi.v3.core.extension that implement ExtensionHandlerFactory Modifier and Type Class Description (package private) classBridgeMethodExtensionHandlerFactoryExtension handler factory for bridge methods.(package private) classDefaultMethodExtensionHandlerFactoryProvidesExtensionHandlerinstances for interface default methods.(package private) classFilteringExtensionHandlerFactory(package private) classInstanceExtensionHandlerFactoryProvidesExtensionHandlerinstances for all methods that have not been covered in any other way.(package private) classUseAnnotationExtensionHandlerFactoryProcessesUseExtensionHandlerannotations on methods.Fields in org.jdbi.v3.core.extension declared as ExtensionHandlerFactory Modifier and Type Field Description private ExtensionHandlerFactoryFilteringExtensionHandlerFactory. delegate(package private) static ExtensionHandlerFactoryBridgeMethodExtensionHandlerFactory. INSTANCE(package private) static ExtensionHandlerFactoryDefaultMethodExtensionHandlerFactory. INSTANCE(package private) static ExtensionHandlerFactoryInstanceExtensionHandlerFactory. INSTANCE(package private) static ExtensionHandlerFactoryUseAnnotationExtensionHandlerFactory. INSTANCEFields in org.jdbi.v3.core.extension with type parameters of type ExtensionHandlerFactory Modifier and Type Field Description private java.util.Collection<ExtensionHandlerFactory>ExtensionMetadata.Builder. extensionHandlerFactoriesprivate java.util.List<ExtensionHandlerFactory>Extensions. extensionHandlerFactoriesMethods in org.jdbi.v3.core.extension that return ExtensionHandlerFactory Modifier and Type Method Description (package private) static ExtensionHandlerFactoryFilteringExtensionHandlerFactory. forDelegate(ExtensionHandlerFactory delegate)Methods in org.jdbi.v3.core.extension that return types with arguments of type ExtensionHandlerFactory Modifier and Type Method Description default java.util.Collection<ExtensionHandlerFactory>ExtensionFactory. getExtensionHandlerFactories(ConfigRegistry config)Returns a collection ofExtensionHandlerFactoryobjects.java.util.Collection<ExtensionHandlerFactory>ExtensionFactoryDelegate. getExtensionHandlerFactories(ConfigRegistry config)Methods in org.jdbi.v3.core.extension with parameters of type ExtensionHandlerFactory Modifier and Type Method Description ExtensionMetadata.BuilderExtensionMetadata.Builder. addExtensionHandlerFactory(ExtensionHandlerFactory extensionHandlerFactory)Adds anExtensionHandlerFactorythat will be used to find extension handlers when theExtensionMetadata.Builder.build()} method is called.(package private) static ExtensionHandlerFactoryFilteringExtensionHandlerFactory. forDelegate(ExtensionHandlerFactory delegate)private ExtensionsExtensions. internalRegisterHandlerFactory(ExtensionHandlerFactory extensionHandlerFactory)ExtensionsExtensions. registerHandlerFactory(ExtensionHandlerFactory extensionHandlerFactory)Registers a globalExtensionHandlerFactoryinstance.Constructors in org.jdbi.v3.core.extension with parameters of type ExtensionHandlerFactory Constructor Description FilteringExtensionHandlerFactory(ExtensionHandlerFactory delegate) -
Uses of ExtensionHandlerFactory in org.jdbi.v3.sqlobject
Subinterfaces of ExtensionHandlerFactory in org.jdbi.v3.sqlobject Modifier and Type Interface Description interfaceHandlerFactoryDeprecated.UseExtensionHandlerFactoryinstances directly.Classes in org.jdbi.v3.sqlobject that implement ExtensionHandlerFactory Modifier and Type Class Description (package private) classSqlMethodHandlerFactoryMethods in org.jdbi.v3.sqlobject that return types with arguments of type ExtensionHandlerFactory Modifier and Type Method Description java.util.Collection<ExtensionHandlerFactory>AbstractSqlObjectFactory. getExtensionHandlerFactories(ConfigRegistry config)
-