Package | Description |
---|---|
org.springframework.aop.config |
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
|
org.springframework.beans.factory.config |
SPI interfaces and configuration-related convenience classes for bean factories.
|
org.springframework.beans.factory.parsing |
Support infrastructure for bean definition parsing.
|
Modifier and Type | Method and Description |
---|---|
BeanReference[] |
AspectComponentDefinition.getBeanReferences() |
BeanReference[] |
AdvisorComponentDefinition.getBeanReferences() |
Constructor and Description |
---|
AspectComponentDefinition(String aspectName,
BeanDefinition[] beanDefinitions,
BeanReference[] beanReferences,
Object source) |
Modifier and Type | Class and Description |
---|---|
class |
RuntimeBeanNameReference
Immutable placeholder class used for a property value object when it's a
reference to another bean name in the factory, to be resolved at runtime.
|
class |
RuntimeBeanReference
Immutable placeholder class used for a property value object when it's
a reference to another bean in the factory, to be resolved at runtime.
|
Modifier and Type | Method and Description |
---|---|
BeanReference[] |
AbstractComponentDefinition.getBeanReferences()
Returns an empty array.
|
BeanReference[] |
BeanComponentDefinition.getBeanReferences() |
BeanReference[] |
ComponentDefinition.getBeanReferences()
Return the set of
BeanReferences that are considered
to be important to this ComponentDefinition . |