Uses of Class
org.springframework.beans.BeanMetadataAttributeAccessor
Packages that use BeanMetadataAttributeAccessor
Package
Description
This package contains interfaces and classes for manipulating Java beans.
Support package for annotation-driven bean configuration.
Classes supporting the 
org.springframework.beans.factory package.Contains an abstract XML-based 
BeanFactory implementation,
 including a standard "spring-beans" XSD.Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
- 
Uses of BeanMetadataAttributeAccessor in org.springframework.beansSubclasses of BeanMetadataAttributeAccessor in org.springframework.beansModifier and TypeClassDescriptionclassObject to hold information and value for an individual bean property.
- 
Uses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.annotationModifier and TypeClassDescriptionclassExtension of theGenericBeanDefinitionclass, adding support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface.
- 
Uses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.supportSubclasses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.supportModifier and TypeClassDescriptionclassBase class for concrete, full-fledgedBeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.classQualifier for resolving autowire candidates.classBean definition for beans which inherit settings from their parent.classGenericBeanDefinition is a one-stop shop for declarative bean definition purposes.classA root bean definition represents the merged bean definition at runtime that backs a specific bean in a Spring BeanFactory.
- 
Uses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.xmlMethods in org.springframework.beans.factory.xml with parameters of type BeanMetadataAttributeAccessorModifier and TypeMethodDescriptionvoidBeanDefinitionParserDelegate.parseMetaElements(Element ele, BeanMetadataAttributeAccessor attributeAccessor) Parse the meta elements underneath the given element, if any.
- 
Uses of BeanMetadataAttributeAccessor in org.springframework.context.annotationSubclasses of BeanMetadataAttributeAccessor in org.springframework.context.annotationModifier and TypeClassDescriptionclassExtension of theGenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface.