public class CollectionRecipe extends AbstractRecipe
name, prototype
Constructor and Description |
---|
CollectionRecipe(String name,
Class<?> collectionType,
String valueType) |
Modifier and Type | Method and Description |
---|---|
void |
add(Recipe value) |
static Class |
getCollection(Class type) |
List<Recipe> |
getDependencies()
Get the list of nested recipes, i.e.
|
protected Object |
internalCreate() |
addPartialObject, canConvert, convert, convert, create, destroy, getConstructorDependencies, getName, isPrototype, loadClass, loadType, loadType, setPrototype, toString
public List<Recipe> getDependencies()
Recipe
protected Object internalCreate() throws org.osgi.service.blueprint.container.ComponentDefinitionException
internalCreate
in class AbstractRecipe
org.osgi.service.blueprint.container.ComponentDefinitionException
public void add(Recipe value)
Copyright © 2018. All rights reserved.