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 Dependency
static Dependency
Dependency.create
(String beanName, Dependency parent, String... dependentBeanNames) protected Dependency
Dependency.doAddChild
(Dependency child) protected Dependency
Dependency.doAddChildren
(Dependency... children) protected Dependency
Dependency.doAddChildren
(Iterable<Dependency> children) protected Dependency
Dependency.duplicate()
protected Dependency
Dependency.parent()
Dependency.root()
Dependency.setParent
(Dependency parent) DependencyTreeWalker.walk
(Dependency dependency) Methods in io.microsphere.spring.beans.factory with parameters of type DependencyModifier and TypeMethodDescriptionstatic Dependency
Dependency.create
(String beanName, Dependency parent, String... dependentBeanNames) protected Dependency
Dependency.doAddChild
(Dependency child) protected Dependency
Dependency.doAddChildren
(Dependency... children) Dependency.setParent
(Dependency parent) DependencyTreeWalker.walk
(Dependency dependency) Method parameters in io.microsphere.spring.beans.factory with type arguments of type DependencyModifier and TypeMethodDescriptionprotected Dependency
Dependency.doAddChildren
(Iterable<Dependency> children) Constructors in io.microsphere.spring.beans.factory with parameters of type DependencyModifierConstructorDescriptionprotected
Dependency
(String beanName, Dependency parent, String... dependentBeanNames) protected
Dependency
(String beanName, Dependency parent, Collection<Dependency> children) Constructor parameters in io.microsphere.spring.beans.factory with type arguments of type DependencyModifierConstructorDescriptionprotected
Dependency
(String beanName, Dependency parent, Collection<Dependency> children)