Class ArrayRecipe
java.lang.Object
org.apache.xbean.recipe.AbstractRecipe
org.apache.xbean.recipe.ArrayRecipe
- All Implemented Interfaces:
Serializable, Recipe
- Version:
- $Rev: 1837693 $ $Date: 2018-08-09 09:36:49 +0200 (Thu, 09 Aug 2018) $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArrayRecipe(Class type) ArrayRecipe(String type) ArrayRecipe(ArrayRecipe collectionRecipe) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddAll(Collection<?> value) voidbooleanvoidgetAll()protected ObjectinternalCreate(Type expectedType, boolean lazyRefAllowed) voidvoidvoidsetRegistry(PropertyEditorRegistry registry) Methods inherited from class AbstractRecipe
create, create, create, getName, getPriority, setName, toString
-
Constructor Details
-
ArrayRecipe
public ArrayRecipe() -
ArrayRecipe
-
ArrayRecipe
-
ArrayRecipe
-
-
Method Details
-
setRegistry
-
allow
-
disallow
-
getNestedRecipes
- Specified by:
getNestedRecipesin interfaceRecipe- Overrides:
getNestedRecipesin classAbstractRecipe
-
getConstructorRecipes
- Specified by:
getConstructorRecipesin interfaceRecipe- Overrides:
getConstructorRecipesin classAbstractRecipe
-
canCreate
-
internalCreate
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException - Specified by:
internalCreatein classAbstractRecipe- Throws:
ConstructionException
-
add
-
addAll
-
remove
-
removeAll
-
getAll
-