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 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.Methods in org.jdbi.v3.guice.internal that return types with arguments of type GuiceJdbiCustomizer