Uses of Class
org.jdbi.v3.core.config.internal.ConfigCustomizerChain
-
Packages that use ConfigCustomizerChain Package Description org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances. -
-
Uses of ConfigCustomizerChain in org.jdbi.v3.core.extension
Fields in org.jdbi.v3.core.extension declared as ConfigCustomizerChain Modifier and Type Field Description private ConfigCustomizerChainExtensionMetadata.Builder. instanceConfigCustomizerFields in org.jdbi.v3.core.extension with type parameters of type ConfigCustomizerChain Modifier and Type Field Description private java.util.Map<java.lang.reflect.Method,ConfigCustomizerChain>ExtensionMetadata.Builder. methodConfigCustomizers
-