Uses of Interface
org.apache.xbean.recipe.Recipe
-
Packages that use Recipe Package Description org.apache.xbean.recipe -
-
Uses of Recipe in org.apache.xbean.recipe
Classes in org.apache.xbean.recipe that implement Recipe Modifier and Type Class Description classAbstractRecipeclassAllPropertiesRecipeclassArrayRecipeclassCollectionRecipeclassMapRecipeclassObjectRecipeclassReferenceNameRecipeclassReferenceRecipeclassStaticRecipeDeprecated.The functionality of StaticRecipe is built into ObjectRecipe as of xbean-reflect 3.4classUnsetPropertiesRecipeFields in org.apache.xbean.recipe declared as Recipe Modifier and Type Field Description (package private) RecipeObjectGraph.Node. recipeFields in org.apache.xbean.recipe with type parameters of type Recipe Modifier and Type Field Description private java.util.List<Recipe>CircularDependencyException. circularDependencyprivate java.util.LinkedList<Recipe>DefaultExecutionContext. stackBefore each recipe is executed it is pushed on the stack.Methods in org.apache.xbean.recipe that return Recipe Modifier and Type Method Description static RecipeRecipeHelper. getCaller()RecipeDefaultExecutionContext. pop()abstract RecipeExecutionContext. pop()Removes the top recipe from the execution stack.RecipeObjectGraph.WrapperExecutionContext. pop()Methods in org.apache.xbean.recipe that return types with arguments of type Recipe Modifier and Type Method Description java.util.List<Recipe>CircularDependencyException. getCircularDependency()java.util.List<Recipe>AbstractRecipe. getConstructorRecipes()java.util.List<Recipe>ArrayRecipe. getConstructorRecipes()java.util.List<Recipe>CollectionRecipe. getConstructorRecipes()java.util.List<Recipe>MapRecipe. getConstructorRecipes()java.util.List<Recipe>ObjectRecipe. getConstructorRecipes()java.util.List<Recipe>Recipe. getConstructorRecipes()java.util.List<Recipe>ReferenceNameRecipe. getConstructorRecipes()java.util.List<Recipe>ReferenceRecipe. getConstructorRecipes()java.util.List<Recipe>StaticRecipe. getConstructorRecipes()Deprecated.java.util.List<Recipe>AbstractRecipe. getNestedRecipes()java.util.List<Recipe>ArrayRecipe. getNestedRecipes()java.util.List<Recipe>CollectionRecipe. getNestedRecipes()java.util.List<Recipe>MapRecipe. getNestedRecipes()java.util.List<Recipe>ObjectRecipe. getNestedRecipes()java.util.List<Recipe>Recipe. getNestedRecipes()java.util.List<Recipe>ReferenceNameRecipe. getNestedRecipes()java.util.List<Recipe>ReferenceRecipe. getNestedRecipes()java.util.List<Recipe>StaticRecipe. getNestedRecipes()Deprecated.private java.util.LinkedHashMap<java.lang.String,Recipe>ObjectGraph. getSortedRecipes(java.util.List<java.lang.String> names)java.util.LinkedList<Recipe>DefaultExecutionContext. getStack()abstract java.util.LinkedList<Recipe>ExecutionContext. getStack()Gets a snapshot of the current execution stack.java.util.LinkedList<Recipe>ObjectGraph.WrapperExecutionContext. getStack()Methods in org.apache.xbean.recipe with parameters of type Recipe Modifier and Type Method Description private ObjectGraph.NodeObjectGraph. createNode(java.lang.String name, Recipe recipe, java.util.Map<java.lang.String,ObjectGraph.Node> nodes)voidDefaultExecutionContext. push(Recipe recipe)abstract voidExecutionContext. push(Recipe recipe)Adds a recipe to the top of the execution stack.voidObjectGraph.WrapperExecutionContext. push(Recipe recipe)voidRecipeVisitor. visit(Recipe recipe)Method parameters in org.apache.xbean.recipe with type arguments of type Recipe Modifier and Type Method Description private voidObjectGraph. findCircuit(ObjectGraph.Node node, java.util.ArrayList<Recipe> stack)Constructor parameters in org.apache.xbean.recipe with type arguments of type Recipe Constructor Description CircularDependencyException(java.lang.String message, java.lang.Throwable cause, java.util.List<Recipe> circularDependency)CircularDependencyException(java.lang.String message, java.util.List<Recipe> circularDependency)CircularDependencyException(java.lang.Throwable cause, java.util.List<Recipe> circularDependency)CircularDependencyException(java.util.List<Recipe> circularDependency)
-