Uses of Class
org.elasticsearch.common.inject.internal.Scoping
-
Packages that use Scoping Package Description org.elasticsearch.common.inject.internal -
-
Uses of Scoping in org.elasticsearch.common.inject.internal
Fields in org.elasticsearch.common.inject.internal declared as Scoping Modifier and Type Field Description static ScopingScoping. EAGER_SINGLETONstatic ScopingScoping. SINGLETON_ANNOTATIONstatic ScopingScoping. SINGLETON_INSTANCEstatic ScopingScoping. UNSCOPEDNo scoping annotation has been applied.Methods in org.elasticsearch.common.inject.internal that return Scoping Modifier and Type Method Description static ScopingScoping. forAnnotation(Class<? extends Annotation> scopingAnnotation)static ScopingScoping. forInstance(Scope scope)ScopingBindingImpl. getScoping()Methods in org.elasticsearch.common.inject.internal with parameters of type Scoping Modifier and Type Method Description protected BindingImpl<T>BindingImpl. withScoping(Scoping scoping)BindingImpl<T>ExposedBindingImpl. withScoping(Scoping scoping)BindingImpl<T>InstanceBindingImpl. withScoping(Scoping scoping)BindingImpl<T>LinkedBindingImpl. withScoping(Scoping scoping)BindingImpl<T>LinkedProviderBindingImpl. withScoping(Scoping scoping)BindingImpl<T>ProviderInstanceBindingImpl. withScoping(Scoping scoping)BindingImpl<T>UntargettedBindingImpl. withScoping(Scoping scoping)Constructors in org.elasticsearch.common.inject.internal with parameters of type Scoping Constructor Description BindingImpl(Object source, Key<T> key, Scoping scoping)BindingImpl(Injector injector, Key<T> key, Object source, InternalFactory<? extends T> internalFactory, Scoping scoping)ExposedBindingImpl(Object source, Key<T> key, Scoping scoping, PrivateElements privateElements)InstanceBindingImpl(Object source, Key<T> key, Scoping scoping, Set<InjectionPoint> injectionPoints, T instance)LinkedBindingImpl(Object source, Key<T> key, Scoping scoping, Key<? extends T> targetKey)LinkedBindingImpl(Injector injector, Key<T> key, Object source, InternalFactory<? extends T> internalFactory, Scoping scoping, Key<? extends T> targetKey)LinkedProviderBindingImpl(Injector injector, Key<T> key, Object source, InternalFactory<? extends T> internalFactory, Scoping scoping, Key<? extends Provider<? extends T>> providerKey)ProviderInstanceBindingImpl(Object source, Key<T> key, Scoping scoping, Set<InjectionPoint> injectionPoints, Provider<? extends T> providerInstance)ProviderInstanceBindingImpl(Injector injector, Key<T> key, Object source, InternalFactory<? extends T> internalFactory, Scoping scoping, Provider<? extends T> providerInstance, Set<InjectionPoint> injectionPoints)UntargettedBindingImpl(Object source, Key<T> key, Scoping scoping)
-