Uses of Class
org.elasticsearch.common.inject.spi.Dependency
-
Packages that use Dependency Package Description org.elasticsearch.common.inject.internal org.elasticsearch.common.inject.multibindings org.elasticsearch.common.inject.spi -
-
Uses of Dependency in org.elasticsearch.common.inject.internal
Methods in org.elasticsearch.common.inject.internal that return Dependency Modifier and Type Method Description DependencyInternalContext. getDependency()Methods in org.elasticsearch.common.inject.internal that return types with arguments of type Dependency Modifier and Type Method Description Set<Dependency<?>>ExposedBindingImpl. getDependencies()Set<Dependency<?>>InstanceBindingImpl. getDependencies()Set<Dependency<?>>ProviderInstanceBindingImpl. getDependencies()Set<Dependency<?>>ProviderMethod. getDependencies()Methods in org.elasticsearch.common.inject.internal with parameters of type Dependency Modifier and Type Method Description <T> TErrors. checkForNull(T value, Object source, Dependency<?> dependency)Returnsvalueif it is non-null allowed to be null.static voidErrors. formatInjectionPoint(Formatter formatter, Dependency<?> dependency, InjectionPoint injectionPoint)TInternalFactory. get(Errors errors, InternalContext context, Dependency<?> dependency)Creates an object to be injected.TInternalFactory.Instance. get(Errors errors, InternalContext context, Dependency<?> dependency)voidInternalContext. setDependency(Dependency dependency) -
Uses of Dependency in org.elasticsearch.common.inject.multibindings
Methods in org.elasticsearch.common.inject.multibindings that return types with arguments of type Dependency Modifier and Type Method Description Set<Dependency<?>>MapBinder.RealMapBinder.MapBinderProviderWithDependencies. getDependencies()Set<Dependency<?>>Multibinder.RealMultibinder. getDependencies() -
Uses of Dependency in org.elasticsearch.common.inject.spi
Methods in org.elasticsearch.common.inject.spi that return Dependency Modifier and Type Method Description 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 Modifier and Type Method Description 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.Set<Dependency<?>>HasDependencies. getDependencies()Returns the known dependencies for this type.List<Dependency<?>>InjectionPoint. getDependencies()Returns the dependencies for this injection point.
-