Uses of Interface
org.jdbi.v3.guice.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
Modifier and TypeFieldDescriptionstatic final GuiceJdbiCustomizer
GuiceJdbiCustomizer.NOP
Does not modify the Jdbi instance.Modifier and TypeMethodDescriptiondefault LinkedBindingBuilder<GuiceJdbiCustomizer>
JdbiBinder.bindCustomizer()
Creates a new binding for aGuiceJdbiCustomizer
. -
Uses of GuiceJdbiCustomizer in org.jdbi.v3.guice.internal
Modifier and TypeClassDescriptionclass
Customizer contributing all customizations from a module to a Jdbi instance.