Class InternalContext


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

      • InternalContext

        public InternalContext()
    • Method Detail

      • getConstructionContext

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

        public Dependency getDependency()
      • setDependency

        public void setDependency​(Dependency dependency)