Uses of Record Class
cool.scx.bean.dependency.DependencyContext
Packages that use DependencyContext
-
Uses of DependencyContext in cool.scx.bean.dependency
Methods in cool.scx.bean.dependency that return types with arguments of type DependencyContextModifier and TypeMethodDescriptionstatic List<DependencyContext> CircularDependencyChecker.extractCircularDependencyChain(List<DependencyContext> creatingList, Class<?> beanClass) static List<DependencyContext> CircularDependencyChecker.getCurrentDependencyChain()获取依赖链条Methods in cool.scx.bean.dependency with parameters of type DependencyContextModifier and TypeMethodDescriptionstatic voidCircularDependencyChecker.startDependencyCheck(DependencyContext dependentContext) Method parameters in cool.scx.bean.dependency with type arguments of type DependencyContextModifier and TypeMethodDescriptionstatic List<DependencyContext> CircularDependencyChecker.extractCircularDependencyChain(List<DependencyContext> creatingList, Class<?> beanClass) static intCircularDependencyChecker.findCycleStartIndex(List<DependencyContext> creatingList, Class<?> beanClass) CircularDependencyChecker.isUnsolvableCycle(List<DependencyContext> circularDependencyChain) 是否是无法解决的循环