Class Dependency
java.lang.Object
io.microsphere.spring.beans.factory.Dependency
Spring Bean Dependency
- Since:
- 1.0.0
- Author:
- Mercy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDependency(String beanName) protectedDependency(String beanName, Dependency parent, Collection<Dependency> children) -
Method Summary
Modifier and TypeMethodDescriptionaddChildren(Iterable<String> childBeanNames) addChildren(String... childBeanNames) static Dependencyprotected DependencydoAddChild(Dependency child) protected DependencydoAddChildren(Iterable<Dependency> children) protected Dependencybooleanprotected DependencyinthashCode()parent()root()setParent(Dependency parent) toString()
-
Constructor Details
-
Dependency
-
Dependency
-
-
Method Details