Uses of Interface
org.jdbi.v3.guice.GuiceJdbiCustomizer
Packages that use GuiceJdbiCustomizer
-
Uses of GuiceJdbiCustomizer in org.jdbi.v3.guice
Fields in org.jdbi.v3.guice declared as GuiceJdbiCustomizerModifier and TypeFieldDescriptionstatic final GuiceJdbiCustomizer
GuiceJdbiCustomizer.NOP
Does 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
.