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