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