Modifier and Type | Method and Description |
---|---|
ExtendedBlueprintContainer |
CmProperties.getBlueprintContainer() |
ExtendedBlueprintContainer |
CmPropertyPlaceholder.getBlueprintContainer() |
ExtendedBlueprintContainer |
CmManagedProperties.getBlueprintContainer() |
Modifier and Type | Method and Description |
---|---|
void |
CmProperties.setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer) |
void |
CmManagedServiceFactory.setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer) |
void |
CmPropertyPlaceholder.setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer) |
void |
CmManagedProperties.setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer) |
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) |
void |
ServiceListener.setBlueprintContainer(ExtendedBlueprintContainer blueprintContainer) |
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) |
Copyright © 2014. All rights reserved.