Uses of Interface
org.jdbi.v3.core.extension.UseAnnotationConfigCustomizerFactory.ConfigurerMethod
-
Packages that use UseAnnotationConfigCustomizerFactory.ConfigurerMethod Package Description org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances. -
-
Uses of UseAnnotationConfigCustomizerFactory.ConfigurerMethod in org.jdbi.v3.core.extension
Methods in org.jdbi.v3.core.extension with parameters of type UseAnnotationConfigCustomizerFactory.ConfigurerMethod 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)
-