Package | Description |
---|---|
org.apache.xbean.recipe |
Modifier and Type | Class and 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 and Description |
---|---|
static Recipe |
RecipeHelper.getCaller() |
abstract Recipe |
ExecutionContext.pop()
Removes the top recipe from the execution stack.
|
Recipe |
DefaultExecutionContext.pop() |
Modifier and Type | Method and Description |
---|---|
abstract void |
ExecutionContext.push(Recipe recipe)
Adds a recipe to the top of the execution stack.
|
void |
DefaultExecutionContext.push(Recipe recipe) |
void |
RecipeVisitor.visit(Recipe recipe) |
Constructor and Description |
---|
CircularDependencyException(List<Recipe> circularDependency) |
CircularDependencyException(String message,
List<Recipe> circularDependency) |
CircularDependencyException(String message,
Throwable cause,
List<Recipe> circularDependency) |
CircularDependencyException(Throwable cause,
List<Recipe> circularDependency) |
Copyright © 2005-2012. All Rights Reserved.