Uses of Class
org.jdbi.v3.guice.internal.InternalLooseImportBindingBuilder
Packages that use 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
Methods in org.jdbi.v3.guice that return InternalLooseImportBindingBuilderModifier 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
Methods in org.jdbi.v3.guice.internal that return InternalLooseImportBindingBuilderModifier 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.