Uses of Interface
org.springframework.beans.factory.config.BeanReference
Packages that use 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
Methods in org.springframework.aop.config that return BeanReferenceModifier and TypeMethodDescriptionAdvisorComponentDefinition.getBeanReferences()AspectComponentDefinition.getBeanReferences()Constructors in org.springframework.aop.config with parameters of type BeanReferenceModifierConstructorDescriptionAspectComponentDefinition(String aspectName, BeanDefinition @Nullable [] beanDefinitions, BeanReference @Nullable [] beanReferences, @Nullable Object source) -
Uses of BeanReference in org.springframework.beans.factory.config
Classes in org.springframework.beans.factory.config that implement BeanReferenceModifier and TypeClassDescriptionclassImmutable 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.classImmutable 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 BeanReferenceModifier and TypeMethodDescriptionAbstractComponentDefinition.getBeanReferences()Returns an empty array.BeanComponentDefinition.getBeanReferences()ComponentDefinition.getBeanReferences()Return the set ofBeanReferencesthat are considered to be important to thisComponentDefinition.