Uses of Enum Class
cool.scx.bean.dependency.DependencyContext.Type
Packages that use DependencyContext.Type
-
Uses of DependencyContext.Type in cool.scx.bean.dependency
Subclasses with type arguments of type DependencyContext.Type in cool.scx.bean.dependencyMethods in cool.scx.bean.dependency that return DependencyContext.TypeModifier and TypeMethodDescriptionDependencyContext.type()Returns the value of thetyperecord component.static DependencyContext.TypeReturns the enum constant of this class with the specified name.static DependencyContext.Type[]DependencyContext.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cool.scx.bean.dependency with parameters of type DependencyContext.TypeModifierConstructorDescriptionDependencyContext(DependencyContext.Type type, Class<?> beanClass, boolean singleton, FieldInfo fieldInfo, ConstructorInfo constructor, ParameterInfo parameter) Creates an instance of aDependencyContextrecord class.