Uses of Interface
org.jdbi.v3.guice.JdbiBinder
Package
Description
Google Guice
integration.Internal classes for the Guice integration, do not use directly outside Jdbi.
-
Uses of JdbiBinder in org.jdbi.v3.guice
Modifier and TypeClassDescriptionclass
Base module class for element configuration modules.class
Base module class to defineJdbi
instances.Modifier and TypeMethodDescriptionfinal JdbiBinder
AbstractJdbiConfigurationModule.jdbiBinder()
Provides access to theJdbiBinder
instance.final JdbiBinder
AbstractJdbiDefinitionModule.jdbiBinder()
Provides access to theJdbiBinder
instance.default JdbiBinder
JdbiBinder.jdbiBinder()
Provides access to aJdbiBinder
instance. -
Uses of JdbiBinder in org.jdbi.v3.guice.internal
Modifier and TypeClassDescriptionfinal class
Exposes binders for all aspects of JDBI objects.