Class InternalContext

org.elasticsearch.common.inject.internal.InternalContext

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

    • InternalContext

      public InternalContext()
  • Method Details

    • getConstructionContext

      public <T>  key)
    • getDependency

      public Dependency getDependency()
    • setDependency

      public void setDependency(Dependency dependency)