Class ConstructionContext<T>


  • public class ConstructionContext<T>
    extends java.lang.Object
    Context of a dependency construction. Used to manage circular references.
    • Constructor Detail

      • ConstructionContext

        public ConstructionContext()
    • Method Detail

      • getCurrentReference

        public T getCurrentReference()
      • removeCurrentReference

        public void removeCurrentReference()
      • setCurrentReference

        public void setCurrentReference​(T currentReference)
      • isConstructing

        public boolean isConstructing()
      • startConstruction

        public void startConstruction()
      • finishConstruction

        public void finishConstruction()
      • setProxyDelegates

        public void setProxyDelegates​(T delegate)