Package | Description |
---|---|
org.apache.aries.blueprint.container | |
org.apache.aries.blueprint.di | |
org.apache.aries.blueprint.ext |
Modifier and Type | Method and Description |
---|---|
Object |
BlueprintRepository.create(String name) |
Map<String,Object> |
BlueprintRepository.createAll(Collection<String> names) |
Method |
BeanRecipe.getDestroyMethod(Object instance)
Returns destroy method (if any).
|
protected Method |
BeanRecipe.getInitMethod(Object instance)
Returns init method (if any).
|
protected Object |
ServiceRecipe.internalCreate() |
protected Object |
ReferenceRecipe.internalCreate() |
protected Object |
BeanRecipe.internalCreate() |
protected Object |
ReferenceListRecipe.internalCreate() |
void |
BeanRecipe.setProperties(Object instance) |
Modifier and Type | Class and Description |
---|---|
class |
CircularDependencyException |
Modifier and Type | Method and Description |
---|---|
Object |
Recipe.create()
Create an instance for this recipe.
|
Object |
AbstractRecipe.create() |
Object |
Repository.create(String name) |
Map<String,Object> |
Repository.createAll(Collection<String> names) |
protected Object |
MapRecipe.internalCreate() |
protected Object |
ArrayRecipe.internalCreate() |
protected Object |
RefRecipe.internalCreate() |
protected Object |
IdRefRecipe.internalCreate() |
protected Object |
ValueRecipe.internalCreate() |
protected Object |
CollectionRecipe.internalCreate() |
protected Object |
ComponentFactoryRecipe.internalCreate() |
protected Object |
PassThroughRecipe.internalCreate() |
protected abstract Object |
AbstractRecipe.internalCreate() |
Modifier and Type | Method and Description |
---|---|
Object |
ComponentFactoryMetadata.create()
Create an instance
|
void |
AbstractPropertyPlaceholder.process(ComponentDefinitionRegistry registry) |
Copyright © 2016. All rights reserved.