Uses of Class
org.springframework.beans.BeanMetadataAttributeAccessor

Packages that use BeanMetadataAttributeAccessor
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
org.springframework.beans.factory.xml Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" DTD. 
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
 

Uses of BeanMetadataAttributeAccessor in org.springframework.beans
 

Subclasses of BeanMetadataAttributeAccessor in org.springframework.beans
 class PropertyValue
          Object to hold information and value for an individual bean property.
 

Uses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.annotation
 

Subclasses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.annotation
 class AnnotatedGenericBeanDefinition
          Extension of the GenericBeanDefinition class, adding support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
 

Uses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.support
 

Subclasses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.support
 class AbstractBeanDefinition
          Base class for concrete, full-fledged BeanDefinition classes, factoring out common properties of RootBeanDefinition and ChildBeanDefinition.
 class AutowireCandidateQualifier
          Qualifier for resolving autowire candidates.
 class ChildBeanDefinition
          Bean definition for beans which inherit settings from their parent.
 class GenericBeanDefinition
          GenericBeanDefinition is a one-stop shop for standard bean definition purposes.
 class RootBeanDefinition
          A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.
 

Uses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.xml
 

Methods in org.springframework.beans.factory.xml with parameters of type BeanMetadataAttributeAccessor
 void BeanDefinitionParserDelegate.parseMetaElements(Element ele, BeanMetadataAttributeAccessor attributeAccessor)
           
 

Uses of BeanMetadataAttributeAccessor in org.springframework.context.annotation
 

Subclasses of BeanMetadataAttributeAccessor in org.springframework.context.annotation
 class ScannedGenericBeanDefinition
          Extension of the GenericBeanDefinition class, based on an ASM ClassReader, with support for annotation metadata exposed through the AnnotatedBeanDefinition interface.
 



Copyright © 2002-2008 The Spring Framework.