Uses of Interface
org.jdbi.v3.guice.GuiceJdbiCustomizer
Packages that use GuiceJdbiCustomizer
Package
Description
Google Guice integration.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 GuiceJdbiCustomizerModifier and TypeFieldDescriptionstatic final GuiceJdbiCustomizerGuiceJdbiCustomizer.NOPDoes not modify the Jdbi instance.Methods in org.jdbi.v3.guice that return types with arguments of type GuiceJdbiCustomizerModifier and TypeMethodDescriptiondefault 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 GuiceJdbiCustomizerModifier and TypeClassDescriptionclassCustomizer contributing all customizations from a module to a Jdbi instance.Fields in org.jdbi.v3.guice.internal with type parameters of type GuiceJdbiCustomizerModifier and TypeFieldDescriptionprivate static final com.google.inject.TypeLiteral<Set<GuiceJdbiCustomizer>>InternalGlobalJdbiModule.CUSTOMIZER_TYPE_LITERALprivate final com.google.inject.multibindings.Multibinder<GuiceJdbiCustomizer>InternalJdbiBinder.customizerBinderprivate final Set<GuiceJdbiCustomizer>InternalGuiceJdbiCustomizer.customizersprivate final Set<GuiceJdbiCustomizer>InternalGuiceJdbiFactory.moduleCustomizersMethods in org.jdbi.v3.guice.internal that return types with arguments of type GuiceJdbiCustomizerModifier and TypeMethodDescriptioncom.google.inject.binder.LinkedBindingBuilder<GuiceJdbiCustomizer>InternalJdbiBinder.bindCustomizer()Constructor parameters in org.jdbi.v3.guice.internal with type arguments of type GuiceJdbiCustomizerModifierConstructorDescription(package private)InternalGuiceJdbiFactory(DataSource dataSource, Set<GuiceJdbiCustomizer> moduleCustomizers)