Class InternalContext

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

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

    • InternalContext

      public InternalContext()
  • Method Details

    • getConstructionContext

      public <T> ConstructionContext<T> getConstructionContext(Object key)
    • getDependency

      public Dependency<?> getDependency()
    • setDependency

      public void setDependency(Dependency<?> dependency)