Uses of Interface
org.jdbi.v3.guice.JdbiBinder
Packages that use 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
Classes in org.jdbi.v3.guice that implement JdbiBinderModifier and TypeClassDescriptionclass
Base module class for element configuration modules.class
Base module class to defineJdbi
instances.Methods in org.jdbi.v3.guice that return JdbiBinderModifier 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
Classes in org.jdbi.v3.guice.internal that implement JdbiBinderModifier and TypeClassDescriptionfinal class
Exposes binders for all aspects of JDBI objects.