Package org.apache.xbean.recipe
Class UnsetPropertiesRecipe
- java.lang.Object
-
- org.apache.xbean.recipe.AbstractRecipe
-
- org.apache.xbean.recipe.UnsetPropertiesRecipe
-
- All Implemented Interfaces:
java.io.Serializable
,Recipe
public class UnsetPropertiesRecipe extends AbstractRecipe
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsetPropertiesRecipe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canCreate(java.lang.reflect.Type type)
float
getPriority()
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, setName, toString
-
-
-
-
Method Detail
-
getPriority
public float getPriority()
- Specified by:
getPriority
in interfaceRecipe
- Overrides:
getPriority
in classAbstractRecipe
-
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
-
-