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 DependencyDependency. addChild(java.lang.String childBeanName)DependencyDependency. addChildren(java.lang.Iterable<java.lang.String> childBeanNames)DependencyDependency. addChildren(java.lang.String... childBeanNames)DependencyDependency. child(java.lang.String childBeanName)DependencyDependency. child(java.lang.String childBeanName, boolean addedIfAbsent)static DependencyDependency. create(java.lang.String beanName)protected DependencyDependency. doAddChild(Dependency child)protected DependencyDependency. doAddChildren(java.lang.Iterable<Dependency> children)protected DependencyDependency. duplicate()protected DependencyDependency. findChild(java.lang.String childBeanName)DependencyDependency. parent()DependencyDependency. root()DependencyDependency. setParent(Dependency parent)DependencyDependencyTreeWalker. walk(Dependency dependency)Methods in io.microsphere.spring.beans.factory with parameters of type Dependency Modifier and Type Method Description protected DependencyDependency. doAddChild(Dependency child)DependencyDependency. setParent(Dependency parent)DependencyDependencyTreeWalker. walk(Dependency dependency)Method parameters in io.microsphere.spring.beans.factory with type arguments of type Dependency Modifier and Type Method Description protected DependencyDependency. 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)
-