Uses of Interface
org.jdbi.v3.sqlobject.config.Configurer
-
Packages that use Configurer Package Description org.jdbi.v3.sqlobject SQL Objectsorg.jdbi.v3.sqlobject.config Thesqlobject.configpackage defines configuration annotations that modify theJdbiconfiguration used as the context for executing SqlObject methods, such as registering handled types. -
-
Uses of Configurer in org.jdbi.v3.sqlobject
Methods in org.jdbi.v3.sqlobject with parameters of type Configurer Modifier and Type Method Description voidSqlObjectCustomizerFactory.ConfigurerMethod. configure(Configurer configurer, ConfigRegistry config, java.lang.annotation.Annotation annotation) -
Uses of Configurer in org.jdbi.v3.sqlobject.config
Methods in org.jdbi.v3.sqlobject.config that return types with arguments of type Configurer Modifier and Type Method Description java.lang.Class<? extends Configurer>value()Deprecated.AConfigurertype, which will be used to configureConfigRegistryinstances.
-