Uses of Interface
org.jdbi.v3.guice.GuiceJdbiCustomizer
-
Packages that use GuiceJdbiCustomizer Package Description org.jdbi.v3.guice Google Guiceintegration.org.jdbi.v3.guice.internal Internal classes for the Guice integration, do not use directly outside Jdbi. -
-
Uses of GuiceJdbiCustomizer in org.jdbi.v3.guice
Fields in org.jdbi.v3.guice declared as GuiceJdbiCustomizer Modifier and Type Field Description static GuiceJdbiCustomizerGuiceJdbiCustomizer. NOPDoes not modify the Jdbi instance.Methods in org.jdbi.v3.guice that return types with arguments of type GuiceJdbiCustomizer Modifier and Type Method Description default com.google.inject.binder.LinkedBindingBuilder<GuiceJdbiCustomizer>JdbiBinder. bindCustomizer()Creates a new binding for aGuiceJdbiCustomizer. -
Uses of GuiceJdbiCustomizer in org.jdbi.v3.guice.internal
Classes in org.jdbi.v3.guice.internal that implement GuiceJdbiCustomizer Modifier and Type Class Description classInternalGuiceJdbiCustomizerCustomizer contributing all customizations from a module to a Jdbi instance.Fields in org.jdbi.v3.guice.internal with type parameters of type GuiceJdbiCustomizer Modifier and Type Field Description private static com.google.inject.TypeLiteral<java.util.Set<GuiceJdbiCustomizer>>InternalGlobalJdbiModule. CUSTOMIZER_TYPE_LITERALprivate com.google.inject.multibindings.Multibinder<GuiceJdbiCustomizer>InternalJdbiBinder. customizerBinderprivate java.util.Set<GuiceJdbiCustomizer>InternalGuiceJdbiCustomizer. customizersprivate java.util.Set<GuiceJdbiCustomizer>InternalGuiceJdbiFactory. moduleCustomizersMethods in org.jdbi.v3.guice.internal that return types with arguments of type GuiceJdbiCustomizer Modifier and Type Method Description com.google.inject.binder.LinkedBindingBuilder<GuiceJdbiCustomizer>InternalJdbiBinder. bindCustomizer()Constructor parameters in org.jdbi.v3.guice.internal with type arguments of type GuiceJdbiCustomizer Constructor Description InternalGuiceJdbiFactory(javax.sql.DataSource dataSource, java.util.Set<GuiceJdbiCustomizer> moduleCustomizers)
-