The Spring Framework

Uses of Class
org.springframework.core.AttributeAccessorSupport

Packages that use AttributeAccessorSupport
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.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
org.springframework.test.context This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use. 
 

Uses of AttributeAccessorSupport in org.springframework.beans
 

Subclasses of AttributeAccessorSupport in org.springframework.beans
 class BeanMetadataAttributeAccessor
          Extension of AttributeAccessorSupport, holding attributes as BeanMetadataAttribute objects in order to keep track of the definition source.
 class PropertyValue
          Object to hold information and value for an individual bean property.
 

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

Subclasses of AttributeAccessorSupport 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 AttributeAccessorSupport in org.springframework.beans.factory.support
 

Subclasses of AttributeAccessorSupport 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 AttributeAccessorSupport in org.springframework.context.annotation
 

Subclasses of AttributeAccessorSupport 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.
 

Uses of AttributeAccessorSupport in org.springframework.test.context
 

Subclasses of AttributeAccessorSupport in org.springframework.test.context
 class TestContext
           TestContext encapsulates the context in which a test is executed, agnostic of the actual testing framework in use.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.