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 booleancanCreate(java.lang.reflect.Type type)floatgetPriority()protected java.lang.ObjectinternalCreate(java.lang.reflect.Type expectedType, boolean lazyRefAllowed)-
Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create, create, create, getConstructorRecipes, getName, getNestedRecipes, setName, toString
-
-
-
-
Constructor Detail
-
UnsetPropertiesRecipe
public UnsetPropertiesRecipe()
-
-
Method Detail
-
getPriority
public float getPriority()
- Specified by:
getPriorityin interfaceRecipe- Overrides:
getPriorityin 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:
internalCreatein classAbstractRecipe- Throws:
ConstructionException
-
-