Package org.apache.xbean.recipe
Class AllPropertiesRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.apache.xbean.recipe.AllPropertiesRecipe
- All Implemented Interfaces:
Serializable
,Recipe
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
protected Object
internalCreate
(Type expectedType, boolean lazyRefAllowed) Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create, create, create, getConstructorRecipes, getName, getNestedRecipes, getPriority, setName, toString
-
Constructor Details
-
AllPropertiesRecipe
public AllPropertiesRecipe()
-
-
Method Details
-
canCreate
-
internalCreate
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException - Specified by:
internalCreate
in classAbstractRecipe
- Throws:
ConstructionException
-