Class InternalContext
java.lang.Object
org.elasticsearch.common.inject.internal.InternalContext
Internal context. Used to coordinate injections and support circular
 dependencies.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T> ConstructionContext<T>getConstructionContext(Object key)voidsetDependency(Dependency dependency) 
- 
Constructor Details
- 
InternalContext
public InternalContext() 
 - 
 - 
Method Details
- 
getConstructionContext
 - 
getDependency
 - 
setDependency
 
 -