Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedBlueprintContainer
Deprecated.
- use org.apache.aries.blueprint.services.ExtendedBlueprintContainer
Will be removed in a future version of Aries Blueprint
|
Modifier and Type | Class and Description |
---|---|
class |
BlueprintContainerImpl
TODO: javadoc
|
Modifier and Type | Field and Description |
---|---|
protected ExtendedBlueprintContainer |
AbstractServiceReferenceRecipe.blueprintContainer |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServiceReferenceRecipe.Listener.setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer) |
Constructor and Description |
---|
AbstractServiceReferenceRecipe(String name,
ExtendedBlueprintContainer blueprintContainer,
org.osgi.service.blueprint.reflect.ServiceReferenceMetadata metadata,
ValueRecipe filterRecipe,
CollectionRecipe listenersRecipe,
List<Recipe> explicitDependencies) |
AggregateConverter(ExtendedBlueprintContainer blueprintContainer) |
BeanRecipe(String name,
ExtendedBlueprintContainer blueprintContainer,
Object type,
boolean allowsFieldInjection) |
BlueprintRepository(ExtendedBlueprintContainer container) |
ReferenceListRecipe(String name,
ExtendedBlueprintContainer blueprintContainer,
org.osgi.service.blueprint.reflect.ReferenceListMetadata metadata,
ValueRecipe filterRecipe,
CollectionRecipe listenersRecipe,
List<Recipe> explicitDependencies) |
ReferenceRecipe(String name,
ExtendedBlueprintContainer blueprintContainer,
org.osgi.service.blueprint.reflect.ReferenceMetadata metadata,
ValueRecipe filterRecipe,
CollectionRecipe listenersRecipe,
List<Recipe> explicitDependencies) |
Constructor and Description |
---|
ComponentFactoryRecipe(String name,
T metadata,
ExtendedBlueprintContainer container,
List<Recipe> dependencies) |
DependentComponentFactoryRecipe(String name,
DependentComponentFactoryMetadata metadata,
ExtendedBlueprintContainer container,
List<Recipe> dependencies) |
Modifier and Type | Method and Description |
---|---|
void |
ComponentFactoryMetadata.init(ExtendedBlueprintContainer container)
Prime the underlying bean manager with the blueprint container
|
Modifier and Type | Method and Description |
---|---|
Object |
ReflectionUtils.PropertyDescriptor.get(Object instance,
ExtendedBlueprintContainer container) |
protected abstract Object |
ReflectionUtils.PropertyDescriptor.internalGet(ExtendedBlueprintContainer container,
Object instance) |
protected abstract void |
ReflectionUtils.PropertyDescriptor.internalSet(ExtendedBlueprintContainer container,
Object instance,
Object value) |
void |
ReflectionUtils.PropertyDescriptor.set(Object instance,
Object value,
ExtendedBlueprintContainer container) |
void |
ServiceListener.setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer) |
Copyright © 2016. All rights reserved.