public class ArrayRecipe extends AbstractRecipe
Constructor and Description |
---|
ArrayRecipe() |
ArrayRecipe(ArrayRecipe collectionRecipe) |
ArrayRecipe(Class type) |
ArrayRecipe(String type) |
Modifier and Type | Method and Description |
---|---|
void |
add(Object value) |
void |
addAll(Collection<?> value) |
void |
allow(Option option) |
boolean |
canCreate(Type expectedType) |
void |
disallow(Option option) |
List<Object> |
getAll() |
List<Recipe> |
getConstructorRecipes() |
List<Recipe> |
getNestedRecipes() |
protected Object |
internalCreate(Type expectedType,
boolean lazyRefAllowed) |
void |
remove(Object value) |
void |
removeAll(Object value) |
create, create, create, getName, getPriority, setName, toString
public ArrayRecipe()
public ArrayRecipe(String type)
public ArrayRecipe(Class type)
public ArrayRecipe(ArrayRecipe collectionRecipe)
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
public void addAll(Collection<?> value)
Copyright © 2005–2015. All rights reserved.