Uses of Class
org.elasticsearch.common.inject.spi.Dependency

Packages that use Dependency
org.elasticsearch.common.inject.assistedinject Extension for combining factory interfaces with injection; this extension requires guice-jndi-2.0.jar
org.elasticsearch.common.inject.internal Guice (sounds like like "juice") 
org.elasticsearch.common.inject.spi Guice service provider interface 
 

Uses of Dependency in org.elasticsearch.common.inject.assistedinject
 

Methods in org.elasticsearch.common.inject.assistedinject that return types with arguments of type Dependency
 Set<Dependency<?>> FactoryProvider.getDependencies()
           
 

Uses of Dependency in org.elasticsearch.common.inject.internal
 

Methods in org.elasticsearch.common.inject.internal that return Dependency
 Dependency InternalContext.getDependency()
           
 

Methods in org.elasticsearch.common.inject.internal that return types with arguments of type Dependency
 Set<Dependency<?>> ExposedBindingImpl.getDependencies()
           
 Set<Dependency<?>> InstanceBindingImpl.getDependencies()
           
 Set<Dependency<?>> ProviderMethod.getDependencies()
           
 Set<Dependency<?>> ProviderInstanceBindingImpl.getDependencies()
           
 

Methods in org.elasticsearch.common.inject.internal with parameters of type Dependency
<T> T
Errors.checkForNull(T value, Object source, Dependency<?> dependency)
          Returns value if it is non-null allowed to be null.
static void Errors.formatInjectionPoint(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 org.elasticsearch.common.inject.spi
 

Methods in org.elasticsearch.common.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 org.elasticsearch.common.inject.spi that return types with arguments of type Dependency
static Set<Dependency<?>> Dependency.forInjectionPoints(Set<InjectionPoint> injectionPoints)
          Returns the dependencies from the given injection points.
 Set<Dependency<?>> ConvertedConstantBinding.getDependencies()
          Returns a singleton set containing only the converted key.
 List<Dependency<?>> InjectionPoint.getDependencies()
          Returns the dependencies for this injection point.
 Set<Dependency<?>> HasDependencies.getDependencies()
          Returns the known dependencies for this type.
 



Copyright © 2009-2012. All Rights Reserved.