Package org.jdbi.v3.guice.internal
Class InternalGuiceJdbiCustomizer
java.lang.Object
org.jdbi.v3.guice.internal.InternalGuiceJdbiCustomizer
- All Implemented Interfaces:
GuiceJdbiCustomizer
Customizer contributing all customizations from a module to a Jdbi instance.
-
Field Summary
Fields inherited from interface org.jdbi.v3.guice.GuiceJdbiCustomizer
NOP
-
Method Summary
-
Method Details
-
customize
Description copied from interface:GuiceJdbiCustomizer
Customize theJdbi
instance passed in.- Specified by:
customize
in interfaceGuiceJdbiCustomizer
- Parameters:
jdbi
- AJdbi
instance.
-