Uses of Enum Class
cool.scx.bean.dependency.CircularDependencyChecker.UnsolvableCycleType
Packages that use CircularDependencyChecker.UnsolvableCycleType
-
Uses of CircularDependencyChecker.UnsolvableCycleType in cool.scx.bean.dependency
Subclasses with type arguments of type CircularDependencyChecker.UnsolvableCycleType in cool.scx.bean.dependencyMethods in cool.scx.bean.dependency that return CircularDependencyChecker.UnsolvableCycleTypeModifier and TypeMethodDescriptionCircularDependencyChecker.isUnsolvableCycle(List<DependencyContext> circularDependencyChain) 是否是无法解决的循环Returns the enum constant of this class with the specified name.CircularDependencyChecker.UnsolvableCycleType.values()Returns an array containing the constants of this enum class, in the order they are declared.