Uses of Class
io.microsphere.spring.beans.factory.Dependency
Packages that use Dependency
-
Uses of Dependency in io.microsphere.spring.beans.factory
Methods in io.microsphere.spring.beans.factory that return DependencyModifier and TypeMethodDescriptionDependency.addChildren(Iterable<String> childBeanNames) Dependency.addChildren(String... childBeanNames) static Dependencyprotected DependencyDependency.doAddChild(Dependency child) protected DependencyDependency.doAddChildren(Iterable<Dependency> children) protected DependencyDependency.duplicate()protected DependencyDependency.parent()Dependency.root()Dependency.setParent(Dependency parent) DependencyTreeWalker.walk(Dependency dependency) Methods in io.microsphere.spring.beans.factory with parameters of type DependencyModifier and TypeMethodDescriptionprotected DependencyDependency.doAddChild(Dependency child) Dependency.setParent(Dependency parent) DependencyTreeWalker.walk(Dependency dependency) Method parameters in io.microsphere.spring.beans.factory with type arguments of type DependencyModifier and TypeMethodDescriptionprotected DependencyDependency.doAddChildren(Iterable<Dependency> children) Constructors in io.microsphere.spring.beans.factory with parameters of type DependencyModifierConstructorDescriptionprotectedDependency(String beanName, Dependency parent, Collection<Dependency> children) Constructor parameters in io.microsphere.spring.beans.factory with type arguments of type DependencyModifierConstructorDescriptionprotectedDependency(String beanName, Dependency parent, Collection<Dependency> children)