Uses of Class
org.apache.xbean.recipe.ObjectGraph.Node
Packages that use ObjectGraph.Node
-
Uses of ObjectGraph.Node in org.apache.xbean.recipe
Fields in org.apache.xbean.recipe with type parameters of type ObjectGraph.NodeModifier and TypeFieldDescription(package private) final List<ObjectGraph.Node>
ObjectGraph.Node.references
Methods in org.apache.xbean.recipe that return ObjectGraph.NodeModifier and TypeMethodDescriptionprivate ObjectGraph.Node
ObjectGraph.createNode
(String name, Recipe recipe, Map<String, ObjectGraph.Node> nodes) Methods in org.apache.xbean.recipe with parameters of type ObjectGraph.NodeModifier and TypeMethodDescriptionprivate void
ObjectGraph.findCircuit
(ObjectGraph.Node node, ArrayList<Recipe> stack) Method parameters in org.apache.xbean.recipe with type arguments of type ObjectGraph.NodeModifier and TypeMethodDescriptionprivate ObjectGraph.Node
ObjectGraph.createNode
(String name, Recipe recipe, Map<String, ObjectGraph.Node> nodes)