Uses of Interface
org.elasticsearch.common.inject.internal.InternalFactory

Packages that use InternalFactory
org.elasticsearch.common.inject.internal Guice (sounds like like "juice") 
 

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

Methods in org.elasticsearch.common.inject.internal that return InternalFactory
 InternalFactory<? extends T> BindingImpl.getInternalFactory()
           
 

Constructors in org.elasticsearch.common.inject.internal with parameters of type InternalFactory
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)
           
 



Copyright © 2009-2012. All Rights Reserved.