Uses of Class
org.jdbi.v3.guice.internal.InternalGlobalJdbiModule
-
Packages that use InternalGlobalJdbiModule Package Description org.jdbi.v3.guice.internal Internal classes for the Guice integration, do not use directly outside Jdbi. -
-
Uses of InternalGlobalJdbiModule in org.jdbi.v3.guice.internal
Fields in org.jdbi.v3.guice.internal with type parameters of type InternalGlobalJdbiModule Modifier and Type Field Description private static java.util.concurrent.ConcurrentHashMap<java.lang.Class<? extends java.lang.annotation.Annotation>,InternalGlobalJdbiModule>InternalGlobalJdbiModule. REGISTRYMethods in org.jdbi.v3.guice.internal that return InternalGlobalJdbiModule Modifier and Type Method Description static InternalGlobalJdbiModuleInternalGlobalJdbiModule. forAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
-