Uses of Class
io.microsphere.spring.beans.factory.Dependency
-
Packages that use Dependency Package Description io.microsphere.spring.beans.factory -
-
Uses of Dependency in io.microsphere.spring.beans.factory
Methods in io.microsphere.spring.beans.factory that return Dependency Modifier and Type Method Description Dependency
Dependency. addChild(java.lang.String childBeanName)
Dependency
Dependency. addChildren(java.lang.Iterable<java.lang.String> childBeanNames)
Dependency
Dependency. addChildren(java.lang.String... childBeanNames)
Dependency
Dependency. child(java.lang.String childBeanName)
Dependency
Dependency. child(java.lang.String childBeanName, boolean addedIfAbsent)
static Dependency
Dependency. create(java.lang.String beanName)
protected Dependency
Dependency. doAddChild(Dependency child)
protected Dependency
Dependency. doAddChildren(java.lang.Iterable<Dependency> children)
protected Dependency
Dependency. duplicate()
protected Dependency
Dependency. findChild(java.lang.String childBeanName)
Dependency
Dependency. parent()
Dependency
Dependency. root()
Dependency
Dependency. setParent(Dependency parent)
Dependency
DependencyTreeWalker. walk(Dependency dependency)
Methods in io.microsphere.spring.beans.factory with parameters of type Dependency Modifier and Type Method Description protected Dependency
Dependency. doAddChild(Dependency child)
Dependency
Dependency. setParent(Dependency parent)
Dependency
DependencyTreeWalker. walk(Dependency dependency)
Method parameters in io.microsphere.spring.beans.factory with type arguments of type Dependency Modifier and Type Method Description protected Dependency
Dependency. doAddChildren(java.lang.Iterable<Dependency> children)
Constructors in io.microsphere.spring.beans.factory with parameters of type Dependency Constructor Description Dependency(java.lang.String beanName, Dependency parent, java.util.Collection<Dependency> children)
Constructor parameters in io.microsphere.spring.beans.factory with type arguments of type Dependency Constructor Description Dependency(java.lang.String beanName, Dependency parent, java.util.Collection<Dependency> children)
-