public class MapRecipe extends AbstractRecipe
Modifier and Type | Class and Description |
---|---|
static class |
MapRecipe.DummyDictionaryAsMap |
Constructor and Description |
---|
MapRecipe() |
MapRecipe(Class type) |
MapRecipe(Map<?,?> map) |
MapRecipe(MapRecipe mapRecipe) |
MapRecipe(String type) |
Modifier and Type | Method and Description |
---|---|
void |
allow(Option option) |
boolean |
canCreate(Type type) |
void |
disallow(Option option) |
List<Recipe> |
getConstructorRecipes() |
List<Recipe> |
getNestedRecipes() |
protected Object |
internalCreate(Type expectedType,
boolean lazyRefAllowed) |
void |
put(Object key,
Object value) |
void |
putAll(Map<?,?> map) |
create, create, create, getName, getPriority, setName, toString
public MapRecipe()
public List<Recipe> getNestedRecipes()
getNestedRecipes
in interface Recipe
getNestedRecipes
in class AbstractRecipe
public List<Recipe> getConstructorRecipes()
getConstructorRecipes
in interface Recipe
getConstructorRecipes
in class AbstractRecipe
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException
internalCreate
in class AbstractRecipe
ConstructionException
Copyright © 2005–2015. All rights reserved.