Class InternalContext

java.lang.Object
org.elasticsearch.common.inject.internal.InternalContext

public final class InternalContext
extends java.lang.Object
Internal context. Used to coordinate injections and support circular dependencies.
  • Constructor Details

    • InternalContext

      public InternalContext()
  • Method Details

    • getConstructionContext

      public <T> ConstructionContext<T> getConstructionContext​(java.lang.Object key)
    • getDependency

      public Dependency getDependency()
    • setDependency

      public void setDependency​(Dependency dependency)