接口的使用
org.springframework.beans.factory.config.BeanReference
使用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.org.springframework.aop.config中BeanReference的使用
返回BeanReference的org.springframework.aop.config中的方法 修饰符和类型 方法 说明 BeanReference[]
AdvisorComponentDefinition. getBeanReferences()
BeanReference[]
AspectComponentDefinition. getBeanReferences()
参数类型为BeanReference的org.springframework.aop.config中的构造器 构造器 说明 AspectComponentDefinition(String aspectName, BeanDefinition[] beanDefinitions, BeanReference[] beanReferences, Object source)
org.springframework.beans.factory.config中BeanReference的使用
实现BeanReference的org.springframework.beans.factory.config中的类 修饰符和类型 类 说明 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.org.springframework.beans.factory.parsing中BeanReference的使用
返回BeanReference的org.springframework.beans.factory.parsing中的方法 修饰符和类型 方法 说明 BeanReference[]
AbstractComponentDefinition. getBeanReferences()
Returns an empty array.BeanReference[]
BeanComponentDefinition. getBeanReferences()
BeanReference[]
ComponentDefinition. getBeanReferences()
Return the set ofBeanReferences
that are considered to be important to thisComponentDefinition
.