Uses of Interface
org.apache.xbean.recipe.Recipe
Packages that use Recipe
-
Uses of Recipe in org.apache.xbean.recipe
Classes in org.apache.xbean.recipe that implement RecipeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassfinal classDeprecated.The functionality of StaticRecipe is built into ObjectRecipe as of xbean-reflect 3.4classFields in org.apache.xbean.recipe declared as RecipeFields in org.apache.xbean.recipe with type parameters of type RecipeModifier and TypeFieldDescriptionCircularDependencyException.circularDependencyprivate final LinkedList<Recipe> DefaultExecutionContext.stackBefore each recipe is executed it is pushed on the stack.Methods in org.apache.xbean.recipe that return RecipeModifier and TypeMethodDescriptionstatic RecipeRecipeHelper.getCaller()DefaultExecutionContext.pop()abstract RecipeExecutionContext.pop()Removes the top recipe from the execution stack.ObjectGraph.WrapperExecutionContext.pop()Methods in org.apache.xbean.recipe that return types with arguments of type RecipeModifier and TypeMethodDescriptionCircularDependencyException.getCircularDependency()AbstractRecipe.getConstructorRecipes()ArrayRecipe.getConstructorRecipes()CollectionRecipe.getConstructorRecipes()MapRecipe.getConstructorRecipes()ObjectRecipe.getConstructorRecipes()Recipe.getConstructorRecipes()ReferenceNameRecipe.getConstructorRecipes()ReferenceRecipe.getConstructorRecipes()StaticRecipe.getConstructorRecipes()Deprecated.AbstractRecipe.getNestedRecipes()ArrayRecipe.getNestedRecipes()CollectionRecipe.getNestedRecipes()MapRecipe.getNestedRecipes()ObjectRecipe.getNestedRecipes()Recipe.getNestedRecipes()ReferenceNameRecipe.getNestedRecipes()ReferenceRecipe.getNestedRecipes()StaticRecipe.getNestedRecipes()Deprecated.private LinkedHashMap<String, Recipe> ObjectGraph.getSortedRecipes(List<String> names) DefaultExecutionContext.getStack()abstract LinkedList<Recipe> ExecutionContext.getStack()Gets a snapshot of the current execution stack.ObjectGraph.WrapperExecutionContext.getStack()Methods in org.apache.xbean.recipe with parameters of type RecipeModifier and TypeMethodDescriptionprivate ObjectGraph.NodeObjectGraph.createNode(String name, Recipe recipe, Map<String, ObjectGraph.Node> nodes) voidabstract voidAdds a recipe to the top of the execution stack.voidvoidMethod parameters in org.apache.xbean.recipe with type arguments of type RecipeModifier and TypeMethodDescriptionprivate voidObjectGraph.findCircuit(ObjectGraph.Node node, ArrayList<Recipe> stack) Constructor parameters in org.apache.xbean.recipe with type arguments of type RecipeModifierConstructorDescriptionCircularDependencyException(String message, Throwable cause, List<Recipe> circularDependency) CircularDependencyException(String message, List<Recipe> circularDependency) CircularDependencyException(Throwable cause, List<Recipe> circularDependency) CircularDependencyException(List<Recipe> circularDependency)