Uses of Interface
org.jdbi.v3.core.config.ConfigCustomizer
-
Packages that use ConfigCustomizer Package Description org.jdbi.v3.core.config.internal 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 ConfigCustomizer in org.jdbi.v3.core.config.internal
Classes in org.jdbi.v3.core.config.internal that implement ConfigCustomizer Modifier and Type Class Description classConfigCustomizerChainApplies a set ofConfigCustomizers sequentially to aConfigRegistryobject.Fields in org.jdbi.v3.core.config.internal with type parameters of type ConfigCustomizer Modifier and Type Field Description private java.util.Set<ConfigCustomizer>ConfigCustomizerChain. configCustomizersMethods in org.jdbi.v3.core.config.internal with parameters of type ConfigCustomizer Modifier and Type Method Description voidConfigCustomizerChain. 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 ConfigCustomizer Modifier and Type Field Description private ConfigCustomizerExtensionMetadata. instanceConfigCustomizerFields in org.jdbi.v3.core.extension with type parameters of type ConfigCustomizer Modifier and Type Field Description private java.util.Map<java.lang.reflect.Method,? extends ConfigCustomizer>ExtensionMetadata. methodConfigCustomizersMethods in org.jdbi.v3.core.extension that return types with arguments of type ConfigCustomizer Modifier and Type Method Description private static java.util.Collection<ConfigCustomizer>UseAnnotationConfigCustomizerFactory. buildConfigCustomizer(java.util.stream.Stream<java.lang.reflect.AnnotatedElement> elements, UseAnnotationConfigCustomizerFactory.ConfigurerMethod consumer)default java.util.Collection<ConfigCustomizer>ConfigCustomizerFactory. forExtensionMethod(java.lang.Class<?> extensionType, java.lang.reflect.Method method)Creates a collection ofConfigCustomizerinstances for an extension type method.java.util.Collection<ConfigCustomizer>UseAnnotationConfigCustomizerFactory. forExtensionMethod(java.lang.Class<?> extensionType, java.lang.reflect.Method method)default java.util.Collection<ConfigCustomizer>ConfigCustomizerFactory. forExtensionType(java.lang.Class<?> extensionType)Creates a collection ofConfigCustomizerinstances for an extension type.java.util.Collection<ConfigCustomizer>UseAnnotationConfigCustomizerFactory. forExtensionType(java.lang.Class<?> extensionType)Methods in org.jdbi.v3.core.extension with parameters of type ConfigCustomizer Modifier and Type Method Description ExtensionMetadata.BuilderExtensionMetadata.Builder. addInstanceConfigCustomizer(ConfigCustomizer configCustomizer)Add an instance specific configuration customizer.ExtensionMetadata.BuilderExtensionMetadata.Builder. addMethodConfigCustomizer(java.lang.reflect.Method method, ConfigCustomizer configCustomizer)Add a method specific configuration customizer.Constructors in org.jdbi.v3.core.extension with parameters of type ConfigCustomizer Constructor Description ExtensionMetadata(java.lang.Class<?> extensionType, ConfigCustomizer instanceConfigCustomizer, java.util.Map<java.lang.reflect.Method,? extends ConfigCustomizer> methodConfigCustomizers, java.util.Map<java.lang.reflect.Method,ExtensionHandler> methodHandlers)Constructor parameters in org.jdbi.v3.core.extension with type arguments of type ConfigCustomizer Constructor Description ExtensionMetadata(java.lang.Class<?> extensionType, ConfigCustomizer instanceConfigCustomizer, java.util.Map<java.lang.reflect.Method,? extends ConfigCustomizer> methodConfigCustomizers, java.util.Map<java.lang.reflect.Method,ExtensionHandler> methodHandlers) -
Uses of ConfigCustomizer in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject that return types with arguments of type ConfigCustomizer Modifier and Type Method Description private static java.util.Collection<ConfigCustomizer>SqlObjectCustomizerFactory. buildConfigCustomizer(java.util.stream.Stream<java.lang.reflect.AnnotatedElement> elements, SqlObjectCustomizerFactory.ConfigurerMethod consumer)java.util.Collection<ConfigCustomizer>SqlObjectCustomizerFactory. forExtensionMethod(java.lang.Class<?> sqlObjectType, java.lang.reflect.Method method)java.util.Collection<ConfigCustomizer>SqlObjectCustomizerFactory. forExtensionType(java.lang.Class<?> sqlObjectType)
-