Uses of Interface
org.elasticsearch.common.inject.internal.InternalFactory
-
Packages that use InternalFactory Package Description org.elasticsearch.common.inject.internal -
-
Uses of InternalFactory in org.elasticsearch.common.inject.internal
Classes in org.elasticsearch.common.inject.internal that implement InternalFactory Modifier and Type Class Description static classInternalFactory.Instance<T>ES: An factory that returns a pre created instance.Methods in org.elasticsearch.common.inject.internal that return InternalFactory Modifier and Type Method Description InternalFactory<? extends T>BindingImpl. getInternalFactory()Constructors in org.elasticsearch.common.inject.internal with parameters of type InternalFactory Constructor Description BindingImpl(Injector injector, Key<T> key, Object source, InternalFactory<? extends T> internalFactory, Scoping scoping)ExposedBindingImpl(Injector injector, Object source, Key<T> key, InternalFactory<T> factory, PrivateElements privateElements)InstanceBindingImpl(Injector injector, Key<T> key, Object source, InternalFactory<? extends T> internalFactory, Set<InjectionPoint> injectionPoints, T instance)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(Injector injector, Key<T> key, Object source, InternalFactory<? extends T> internalFactory, Scoping scoping, Provider<? extends T> providerInstance, Set<InjectionPoint> injectionPoints)
-