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