Package org.apache.xbean.recipe
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionArrayRecipe
(Class type) ArrayRecipe
(String type) ArrayRecipe
(ArrayRecipe collectionRecipe) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addAll
(Collection<?> value) void
boolean
void
getAll()
private Class
protected Object
internalCreate
(Type expectedType, boolean lazyRefAllowed) void
void
void
setRegistry
(PropertyEditorRegistry registry) Methods inherited from class org.apache.xbean.recipe.AbstractRecipe
create, create, create, getName, getPriority, setName, toString
-
Field Details
-
list
-
typeName
-
typeClass
-
registry
-
options
-
-
Constructor Details
-
ArrayRecipe
public ArrayRecipe() -
ArrayRecipe
-
ArrayRecipe
-
ArrayRecipe
-
-
Method Details
-
setRegistry
-
allow
-
disallow
-
getNestedRecipes
- Specified by:
getNestedRecipes
in interfaceRecipe
- Overrides:
getNestedRecipes
in classAbstractRecipe
-
getConstructorRecipes
- Specified by:
getConstructorRecipes
in interfaceRecipe
- Overrides:
getConstructorRecipes
in classAbstractRecipe
-
canCreate
-
internalCreate
protected Object internalCreate(Type expectedType, boolean lazyRefAllowed) throws ConstructionException - Specified by:
internalCreate
in classAbstractRecipe
- Throws:
ConstructionException
-
getType
-
add
-
addAll
-
remove
-
removeAll
-
getAll
-