| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanReference | |
|---|---|
| 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. | 
| Uses of BeanReference in org.springframework.aop.config | 
|---|
| Methods in org.springframework.aop.config that return BeanReference | |
|---|---|
|  BeanReference[] | AdvisorComponentDefinition.getBeanReferences() | 
|  BeanReference[] | AspectComponentDefinition.getBeanReferences() | 
| Constructors in org.springframework.aop.config with parameters of type BeanReference | |
|---|---|
| AspectComponentDefinition(String aspectName,
                          BeanDefinition[] beanDefinitions,
                          BeanReference[] beanReferences,
                          Object source) | |
| Uses of BeanReference in org.springframework.beans.factory.config | 
|---|
| Classes in org.springframework.beans.factory.config that implement BeanReference | |
|---|---|
|  class | RuntimeBeanNameReferenceImmutable 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 | RuntimeBeanReferenceImmutable placeholder class used for a property value object when it's a reference to another bean in the factory, to be resolved at runtime. | 
| Uses of BeanReference in org.springframework.beans.factory.parsing | 
|---|
| Methods in org.springframework.beans.factory.parsing that return BeanReference | |
|---|---|
|  BeanReference[] | AbstractComponentDefinition.getBeanReferences()Returns an empty array. | 
|  BeanReference[] | ComponentDefinition.getBeanReferences()Return the set of BeanReferencesthat are considered
 to be important to thisComponentDefinition. | 
|  BeanReference[] | BeanComponentDefinition.getBeanReferences() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||