Uses of Interface
org.jdbi.v3.core.extension.ExtensionHandlerFactory
Packages that use ExtensionHandlerFactory
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 ExtensionHandlerFactory in org.jdbi.v3.core.extension
Classes in org.jdbi.v3.core.extension that implement ExtensionHandlerFactoryModifier and TypeClassDescription(package private) final classExtension handler factory for bridge methods.(package private) final classProvidesExtensionHandlerinstances for interface default methods.(package private) final class(package private) final classProvidesExtensionHandlerinstances for all methods that have not been covered in any other way.(package private) final classProcessesUseExtensionHandlerannotations on methods.Fields in org.jdbi.v3.core.extension declared as ExtensionHandlerFactoryModifier and TypeFieldDescriptionprivate final ExtensionHandlerFactoryFilteringExtensionHandlerFactory.delegate(package private) static final ExtensionHandlerFactoryBridgeMethodExtensionHandlerFactory.INSTANCE(package private) static final ExtensionHandlerFactoryDefaultMethodExtensionHandlerFactory.INSTANCE(package private) static final ExtensionHandlerFactoryInstanceExtensionHandlerFactory.INSTANCE(package private) static final ExtensionHandlerFactoryUseAnnotationExtensionHandlerFactory.INSTANCEFields in org.jdbi.v3.core.extension with type parameters of type ExtensionHandlerFactoryModifier and TypeFieldDescriptionprivate final Collection<ExtensionHandlerFactory>ExtensionMetadata.Builder.extensionHandlerFactoriesprivate final List<ExtensionHandlerFactory>Extensions.extensionHandlerFactoriesMethods in org.jdbi.v3.core.extension that return ExtensionHandlerFactoryModifier and TypeMethodDescription(package private) static ExtensionHandlerFactoryFilteringExtensionHandlerFactory.forDelegate(ExtensionHandlerFactory delegate) Methods in org.jdbi.v3.core.extension that return types with arguments of type ExtensionHandlerFactoryModifier and TypeMethodDescriptiondefault Collection<ExtensionHandlerFactory>ExtensionFactory.getExtensionHandlerFactories(ConfigRegistry config) Returns a collection ofExtensionHandlerFactoryobjects.ExtensionFactoryDelegate.getExtensionHandlerFactories(ConfigRegistry config) Methods in org.jdbi.v3.core.extension with parameters of type ExtensionHandlerFactoryModifier and TypeMethodDescriptionExtensionMetadata.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) Extensions.registerHandlerFactory(ExtensionHandlerFactory extensionHandlerFactory) Registers a globalExtensionHandlerFactoryinstance.Constructors in org.jdbi.v3.core.extension with parameters of type ExtensionHandlerFactoryModifierConstructorDescriptionprivate -
Uses of ExtensionHandlerFactory in org.jdbi.v3.sqlobject
Subinterfaces of ExtensionHandlerFactory in org.jdbi.v3.sqlobjectClasses in org.jdbi.v3.sqlobject that implement ExtensionHandlerFactoryMethods in org.jdbi.v3.sqlobject that return types with arguments of type ExtensionHandlerFactoryModifier and TypeMethodDescriptionAbstractSqlObjectFactory.getExtensionHandlerFactories(ConfigRegistry config)
ExtensionHandlerFactoryinstances directly.