Uses of Interface
com.google.inject.spi.ProviderWithDependencies
-
Packages that use ProviderWithDependencies Package Description com.google.inject.throwingproviders Extension for injecting objects that may throw at provision time; this extension requiresguice-throwingproviders.jar.com.google.inject.util Helper methods for working with Guice. -
-
Uses of ProviderWithDependencies in com.google.inject.throwingproviders
Methods in com.google.inject.throwingproviders that return ProviderWithDependencies Modifier and Type Method Description private ProviderWithDependencies<ThrowingProviderBinder.Result>ThrowingProviderBinder.SecondaryBinder. createResultProvider(Key<? extends CheckedProvider<?>> targetKey, Provider<? extends CheckedProvider<?>> targetProvider) -
Uses of ProviderWithDependencies in com.google.inject.util
Classes in com.google.inject.util that implement ProviderWithDependencies Modifier and Type Class Description private static classProviders.GuicifiedProviderWithDependencies<T>
-