Class Dependency
java.lang.Object
io.microsphere.spring.beans.factory.Dependency
Spring Bean Dependency
- Since:
- 1.0.0
- Author:
- Mercy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Dependency
(String beanName) protected
Dependency
(String beanName, Dependency parent, String... dependentBeanNames) protected
Dependency
(String beanName, Dependency parent, Collection<Dependency> children) -
Method Summary
Modifier and TypeMethodDescriptionaddChildren
(Iterable<String> childBeanNames) addChildren
(String... childBeanNames) static Dependency
static Dependency
create
(String beanName, Dependency parent, String... dependentBeanNames) protected Dependency
doAddChild
(Dependency child) protected Dependency
doAddChildren
(Dependency... children) protected Dependency
doAddChildren
(Iterable<Dependency> children) protected Dependency
boolean
protected Dependency
int
hashCode()
parent()
root()
setParent
(Dependency parent) toString()
-
Constructor Details
-
Dependency
-
Dependency
-
Dependency
-
-
Method Details