Uses of Interface
org.springframework.beans.factory.config.BeanReference
Package
Description
Support package for declarative AOP configuration,
with XML schema being the primary configuration format.
SPI interfaces and configuration-related convenience classes for bean factories.
Support infrastructure for bean definition parsing.
-
Uses of BeanReference in org.springframework.aop.config
Modifier and TypeMethodDescriptionAdvisorComponentDefinition.getBeanReferences()
AspectComponentDefinition.getBeanReferences()
ModifierConstructorDescriptionAspectComponentDefinition
(String aspectName, BeanDefinition[] beanDefinitions, BeanReference[] beanReferences, Object source) -
Uses of BeanReference in org.springframework.beans.factory.config
Modifier and TypeClassDescriptionclass
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
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. -
Uses of BeanReference in org.springframework.beans.factory.parsing
Modifier and TypeMethodDescriptionAbstractComponentDefinition.getBeanReferences()
Returns an empty array.BeanComponentDefinition.getBeanReferences()
ComponentDefinition.getBeanReferences()
Return the set ofBeanReferences
that are considered to be important to thisComponentDefinition
.