Package | Description |
---|---|
org.apache.xbean.recipe |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractRecipe |
|
class |
AllPropertiesRecipe |
|
class |
ArrayRecipe |
|
class |
CollectionRecipe |
|
class |
MapRecipe |
|
class |
ObjectRecipe |
|
class |
ReferenceNameRecipe |
|
class |
ReferenceRecipe |
|
class |
StaticRecipe |
Deprecated.
The functionality of StaticRecipe is built into ObjectRecipe as of xbean-reflect 3.4
|
class |
UnsetPropertiesRecipe |
Modifier and Type | Method | Description |
---|---|---|
static Recipe |
RecipeHelper.getCaller() |
|
Recipe |
DefaultExecutionContext.pop() |
|
abstract Recipe |
ExecutionContext.pop() |
Removes the top recipe from the execution stack.
|
Modifier and Type | Method | Description |
---|---|---|
List<Recipe> |
CircularDependencyException.getCircularDependency() |
|
List<Recipe> |
AbstractRecipe.getConstructorRecipes() |
|
List<Recipe> |
ArrayRecipe.getConstructorRecipes() |
|
List<Recipe> |
CollectionRecipe.getConstructorRecipes() |
|
List<Recipe> |
MapRecipe.getConstructorRecipes() |
|
List<Recipe> |
ObjectRecipe.getConstructorRecipes() |
|
List<Recipe> |
Recipe.getConstructorRecipes() |
|
List<Recipe> |
ReferenceNameRecipe.getConstructorRecipes() |
|
List<Recipe> |
ReferenceRecipe.getConstructorRecipes() |
|
List<Recipe> |
StaticRecipe.getConstructorRecipes() |
Deprecated.
|
List<Recipe> |
AbstractRecipe.getNestedRecipes() |
|
List<Recipe> |
ArrayRecipe.getNestedRecipes() |
|
List<Recipe> |
CollectionRecipe.getNestedRecipes() |
|
List<Recipe> |
MapRecipe.getNestedRecipes() |
|
List<Recipe> |
ObjectRecipe.getNestedRecipes() |
|
List<Recipe> |
Recipe.getNestedRecipes() |
|
List<Recipe> |
ReferenceNameRecipe.getNestedRecipes() |
|
List<Recipe> |
ReferenceRecipe.getNestedRecipes() |
|
List<Recipe> |
StaticRecipe.getNestedRecipes() |
Deprecated.
|
LinkedList<Recipe> |
DefaultExecutionContext.getStack() |
|
abstract LinkedList<Recipe> |
ExecutionContext.getStack() |
Gets a snapshot of the current execution stack.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultExecutionContext.push(Recipe recipe) |
|
abstract void |
ExecutionContext.push(Recipe recipe) |
Adds a recipe to the top of the execution stack.
|
void |
RecipeVisitor.visit(Recipe recipe) |
Constructor | Description |
---|---|
CircularDependencyException(String message,
Throwable cause,
List<Recipe> circularDependency) |
|
CircularDependencyException(String message,
List<Recipe> circularDependency) |
|
CircularDependencyException(Throwable cause,
List<Recipe> circularDependency) |
|
CircularDependencyException(List<Recipe> circularDependency) |
Copyright © 2005–2018. All rights reserved.