org.apache.xbean.recipe
Class MapRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.apache.xbean.recipe.MapRecipe
- All Implemented Interfaces:
- java.io.Serializable, Recipe
public class MapRecipe
- extends AbstractRecipe
- Version:
- $Rev: 6687 $ $Date: 2005-12-28T21:08:56.733437Z $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MapRecipe
public MapRecipe()
MapRecipe
public MapRecipe(java.lang.String type)
MapRecipe
public MapRecipe(java.lang.Class type)
MapRecipe
public MapRecipe(java.util.Map<?,?> map)
MapRecipe
public MapRecipe(MapRecipe mapRecipe)
allow
public void allow(Option option)
disallow
public void disallow(Option option)
getNestedRecipes
public java.util.List<Recipe> getNestedRecipes()
- Specified by:
getNestedRecipes
in interface Recipe
- Overrides:
getNestedRecipes
in class AbstractRecipe
getConstructorRecipes
public java.util.List<Recipe> getConstructorRecipes()
- Specified by:
getConstructorRecipes
in interface Recipe
- Overrides:
getConstructorRecipes
in class AbstractRecipe
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 class AbstractRecipe
- Throws:
ConstructionException
put
public void put(java.lang.Object key,
java.lang.Object value)
putAll
public void putAll(java.util.Map<?,?> map)
Copyright © 2005-2011. All Rights Reserved.