Uses of Class
com.google.inject.spi.Dependency

Packages that use Dependency
com.google.inject.internal Guice (sounds like like "juice") 
com.google.inject.spi Guice service provider interface 
 

Uses of Dependency in com.google.inject.internal
 

Methods in com.google.inject.internal that return Dependency
 Dependency InternalContext.getDependency()
           
 

Methods in com.google.inject.internal that return types with arguments of type Dependency
 java.util.Set<Dependency<?>> ProviderMethod.getDependencies()
           
 java.util.Set<Dependency<?>> ExposedBindingImpl.getDependencies()
           
 java.util.Set<Dependency<?>> InstanceBindingImpl.getDependencies()
           
 java.util.Set<Dependency<?>> ProviderInstanceBindingImpl.getDependencies()
           
 

Methods in com.google.inject.internal with parameters of type Dependency
<T> T
Errors.checkForNull(T value, java.lang.Object source, Dependency<?> dependency)
          Returns value if it is non-null allowed to be null.
static void Errors.formatInjectionPoint(java.util.Formatter formatter, Dependency<?> dependency, InjectionPoint injectionPoint)
           
 T InternalFactory.get(Errors errors, InternalContext context, Dependency<?> dependency)
          Creates an object to be injected.
 void InternalContext.setDependency(Dependency dependency)
           
 

Uses of Dependency in com.google.inject.spi
 

Methods in com.google.inject.spi that return Dependency
static
<T> Dependency<T>
Dependency.get(Key<T> key)
          Returns a new dependency that is not attached to an injection point.
 

Methods in com.google.inject.spi that return types with arguments of type Dependency
static java.util.Set<Dependency<?>> Dependency.forInjectionPoints(java.util.Set<InjectionPoint> injectionPoints)
          Returns the dependencies from the given injection points.
 java.util.Set<Dependency<?>> HasDependencies.getDependencies()
          Returns the known dependencies for this type.
 java.util.Set<Dependency<?>> ConvertedConstantBinding.getDependencies()
          Returns a singleton set containing only the converted key.
 java.util.List<Dependency<?>> InjectionPoint.getDependencies()
          Returns the dependencies for this injection point.
 



Copyright © 2011. All Rights Reserved.