Uses of Class
org.jdbi.v3.guice.internal.InternalLooseImportBindingBuilder
-
Packages that use InternalLooseImportBindingBuilder Package Description org.jdbi.v3.guice Google Guiceintegration.org.jdbi.v3.guice.internal 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 InternalLooseImportBindingBuilder Modifier and Type Method Description <T> InternalLooseImportBindingBuilder<T>AbstractJdbiDefinitionModule. importBindingLoosely(com.google.inject.binder.LinkedBindingBuilder<T> binder, com.google.inject.TypeLiteral<T> type)Pulls an outside binding into the module scope if it exists using the binder given.<T> InternalLooseImportBindingBuilder<T>AbstractJdbiDefinitionModule. importBindingLoosely(com.google.inject.binder.LinkedBindingBuilder<T> binder, java.lang.Class<T> clazz)Pulls an outside binding into the module scope if it exists using the binder given.<T> InternalLooseImportBindingBuilder<T>AbstractJdbiDefinitionModule. importBindingLoosely(com.google.inject.TypeLiteral<T> type)Pulls an outside binding into the module scope if it exists.<T> InternalLooseImportBindingBuilder<T>AbstractJdbiDefinitionModule. importBindingLoosely(java.lang.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 InternalLooseImportBindingBuilder Modifier and Type Method Description static <T> InternalLooseImportBindingBuilder<T>InternalLooseImportBindingBuilder. createLooseBinding(com.google.inject.binder.LinkedBindingBuilder<T> binder, com.google.inject.Key<T> concreteType)InternalLooseImportBindingBuilder<T>InternalLooseImportBindingBuilder. withDefault(T value)If the requested binding does not exist, bind the given default value.
-