public class MapRecipe extends AbstractRecipe
| Modifier and Type | Class and Description |
|---|---|
static class |
MapRecipe.DummyDictionaryAsMap |
name, prototype| Constructor and Description |
|---|
MapRecipe(String name,
Class<?> type,
Object keyType,
Object valueType) |
| Modifier and Type | Method and Description |
|---|---|
List<Recipe> |
getDependencies()
Get the list of nested recipes, i.e.
|
static Class<?> |
getMap(Class<?> type) |
protected Object |
internalCreate() |
void |
put(Recipe key,
Recipe value) |
void |
putAll(Map<Recipe,Recipe> map) |
protected org.osgi.service.blueprint.container.ReifiedType |
workOutConversionType(Recipe entry,
org.osgi.service.blueprint.container.ReifiedType defaultType) |
addPartialObject, canConvert, convert, convert, create, destroy, getConstructorDependencies, getName, isPrototype, loadClass, loadType, loadType, setPrototype, toStringpublic List<Recipe> getDependencies()
Recipeprotected Object internalCreate() throws org.osgi.service.blueprint.container.ComponentDefinitionException
internalCreate in class AbstractRecipeorg.osgi.service.blueprint.container.ComponentDefinitionExceptionprotected org.osgi.service.blueprint.container.ReifiedType workOutConversionType(Recipe entry, org.osgi.service.blueprint.container.ReifiedType defaultType)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.