Package org.apache.xbean.recipe
Class MapRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.apache.xbean.recipe.MapRecipe
- All Implemented Interfaces:
Serializable
,Recipe
- Version:
- $Rev: 6687 $ $Date: 2005-12-28T21:08:56.733437Z $
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
private static class
private static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
void
private Class
private Class
protected Object
internalCreate
(Type expectedType, boolean lazyRefAllowed) void
void
void
setRegistry
(PropertyEditorRegistry registry) Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create, create, create, getName, getPriority, setName, toString
-
Field Details
-
entries
-
typeName
-
typeClass
-
registry
-
options
-
-
Constructor Details
-
MapRecipe
public MapRecipe() -
MapRecipe
-
MapRecipe
-
MapRecipe
-
MapRecipe
-
-
Method Details
-
setRegistry
-
allow
-
disallow
-
getNestedRecipes
- Specified by:
getNestedRecipes
in interfaceRecipe
- Overrides:
getNestedRecipes
in classAbstractRecipe
-
getConstructorRecipes
- Specified by:
getConstructorRecipes
in interfaceRecipe
- Overrides:
getConstructorRecipes
in classAbstractRecipe
-
canCreate
-
internalCreate
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException - Specified by:
internalCreate
in classAbstractRecipe
- Throws:
ConstructionException
-
getType
-
getMap
-
put
-
putAll
-