Uses of Class
org.jdbi.v3.guice.internal.InternalLooseImportBindingBuilder
Package
Description
Google Guice
integration.Internal classes for the Guice integration, do not use directly outside Jdbi.
-
Uses of InternalLooseImportBindingBuilder in org.jdbi.v3.guice
Modifier and TypeMethodDescriptionfinal <T> InternalLooseImportBindingBuilder<T>
AbstractJdbiDefinitionModule.importBindingLoosely
(LinkedBindingBuilder<T> binder, TypeLiteral<T> type) Pulls an outside binding into the module scope if it exists using the binder given.final <T> InternalLooseImportBindingBuilder<T>
AbstractJdbiDefinitionModule.importBindingLoosely
(LinkedBindingBuilder<T> binder, Class<T> clazz) Pulls an outside binding into the module scope if it exists using the binder given.final <T> InternalLooseImportBindingBuilder<T>
AbstractJdbiDefinitionModule.importBindingLoosely
(TypeLiteral<T> type) Pulls an outside binding into the module scope if it exists.final <T> InternalLooseImportBindingBuilder<T>
AbstractJdbiDefinitionModule.importBindingLoosely
(Class<T> clazz) Pulls an outside binding into the module scope if it exists. -
Uses of InternalLooseImportBindingBuilder in org.jdbi.v3.guice.internal
Modifier and TypeMethodDescriptionstatic <T> InternalLooseImportBindingBuilder<T>
InternalLooseImportBindingBuilder.createLooseBinding
(LinkedBindingBuilder<T> binder, Key<T> concreteType) InternalLooseImportBindingBuilder.withDefault
(T value) If the requested binding does not exist, bind the given default value.