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) |
void |
setRegistry(PropertyEditorRegistry registry) |
create, create, create, getName, getPriority, setName, toStringpublic ArrayRecipe()
public ArrayRecipe(String type)
public ArrayRecipe(Class type)
public ArrayRecipe(ArrayRecipe collectionRecipe)
public void setRegistry(PropertyEditorRegistry registry)
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–2022 The Apache Software Foundation. All rights reserved.