Uses of Interface
org.jdbi.v3.core.config.ConfigCustomizer
Packages that use ConfigCustomizer
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 ConfigCustomizer in org.jdbi.v3.core.config.internal
Classes in org.jdbi.v3.core.config.internal that implement ConfigCustomizerModifier and TypeClassDescriptionfinal classApplies a set ofConfigCustomizers sequentially to aConfigRegistryobject.Fields in org.jdbi.v3.core.config.internal with type parameters of type ConfigCustomizerModifier and TypeFieldDescriptionprivate final Set<ConfigCustomizer>ConfigCustomizerChain.configCustomizersMethods in org.jdbi.v3.core.config.internal with parameters of type ConfigCustomizerModifier and TypeMethodDescriptionvoidConfigCustomizerChain.addCustomizer(ConfigCustomizer configCustomizer) Adds a customizer to the end of the chain. -
Uses of ConfigCustomizer in org.jdbi.v3.core.extension
Fields in org.jdbi.v3.core.extension declared as ConfigCustomizerModifier and TypeFieldDescriptionprivate final ConfigCustomizerExtensionMetadata.instanceConfigCustomizerFields in org.jdbi.v3.core.extension with type parameters of type ConfigCustomizerModifier and TypeFieldDescriptionprivate final Map<Method,? extends ConfigCustomizer> ExtensionMetadata.methodConfigCustomizersMethods in org.jdbi.v3.core.extension that return types with arguments of type ConfigCustomizerModifier and TypeMethodDescriptionprivate static Collection<ConfigCustomizer>UseAnnotationConfigCustomizerFactory.buildConfigCustomizer(Stream<AnnotatedElement> elements, UseAnnotationConfigCustomizerFactory.ConfigurerMethod consumer) default Collection<ConfigCustomizer>ConfigCustomizerFactory.forExtensionMethod(Class<?> extensionType, Method method) Creates a collection ofConfigCustomizerinstances for an extension type method.UseAnnotationConfigCustomizerFactory.forExtensionMethod(Class<?> extensionType, Method method) default Collection<ConfigCustomizer>ConfigCustomizerFactory.forExtensionType(Class<?> extensionType) Creates a collection ofConfigCustomizerinstances for an extension type.UseAnnotationConfigCustomizerFactory.forExtensionType(Class<?> extensionType) Methods in org.jdbi.v3.core.extension with parameters of type ConfigCustomizerModifier and TypeMethodDescriptionExtensionMetadata.Builder.addInstanceConfigCustomizer(ConfigCustomizer configCustomizer) Add an instance specific configuration customizer.ExtensionMetadata.Builder.addMethodConfigCustomizer(Method method, ConfigCustomizer configCustomizer) Add a method specific configuration customizer.Constructors in org.jdbi.v3.core.extension with parameters of type ConfigCustomizerModifierConstructorDescriptionprivateExtensionMetadata(Class<?> extensionType, ConfigCustomizer instanceConfigCustomizer, Map<Method, ? extends ConfigCustomizer> methodConfigCustomizers, Map<Method, ExtensionHandler> methodHandlers) Constructor parameters in org.jdbi.v3.core.extension with type arguments of type ConfigCustomizerModifierConstructorDescriptionprivateExtensionMetadata(Class<?> extensionType, ConfigCustomizer instanceConfigCustomizer, Map<Method, ? extends ConfigCustomizer> methodConfigCustomizers, Map<Method, ExtensionHandler> methodHandlers) -
Uses of ConfigCustomizer in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject that return types with arguments of type ConfigCustomizerModifier and TypeMethodDescriptionprivate static Collection<ConfigCustomizer>SqlObjectCustomizerFactory.buildConfigCustomizer(Stream<AnnotatedElement> elements, SqlObjectCustomizerFactory.ConfigurerMethod consumer) SqlObjectCustomizerFactory.forExtensionMethod(Class<?> sqlObjectType, Method method) SqlObjectCustomizerFactory.forExtensionType(Class<?> sqlObjectType)