Serializable, Recipepublic class ArrayRecipe extends AbstractRecipe
| Constructor | Description |
|---|---|
ArrayRecipe() |
|
ArrayRecipe(Class type) |
|
ArrayRecipe(String type) |
|
ArrayRecipe(ArrayRecipe collectionRecipe) |
| Modifier and Type | Method | 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, toStringpublic ArrayRecipe()
public ArrayRecipe(String type)
public ArrayRecipe(Class type)
public ArrayRecipe(ArrayRecipe collectionRecipe)
public void allow(Option option)
public void disallow(Option option)
public List<Recipe> getNestedRecipes()
getNestedRecipes in interface RecipegetNestedRecipes in class AbstractRecipepublic List<Recipe> getConstructorRecipes()
getConstructorRecipes in interface RecipegetConstructorRecipes in class AbstractRecipepublic boolean canCreate(Type expectedType)
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException
internalCreate in class AbstractRecipeConstructionExceptionpublic void add(Object value)
public void addAll(Collection<?> value)
public void remove(Object value)
public void removeAll(Object value)
Copyright © 2005–2018. All rights reserved.