| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.factorypackage. | 
| 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 | BeanMetadataAttributeAccessorExtension of AttributeAccessorSupport,
 holding attributes asBeanMetadataAttributeobjects in order
 to keep track of the definition source. | 
|  class | PropertyValueObject 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 | AnnotatedGenericBeanDefinitionExtension of the GenericBeanDefinitionclass, adding support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface. | 
| Uses of AttributeAccessorSupport in org.springframework.beans.factory.support | 
|---|
| Subclasses of AttributeAccessorSupport in org.springframework.beans.factory.support | |
|---|---|
|  class | AbstractBeanDefinitionBase class for concrete, full-fledged BeanDefinitionclasses,
 factoring out common properties ofRootBeanDefinitionandChildBeanDefinition. | 
|  class | AutowireCandidateQualifierQualifier for resolving autowire candidates. | 
|  class | ChildBeanDefinitionBean definition for beans which inherit settings from their parent. | 
|  class | GenericBeanDefinitionGenericBeanDefinition is a one-stop shop for standard bean definition purposes. | 
|  class | RootBeanDefinitionA 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 | ScannedGenericBeanDefinitionExtension of the GenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed
 through theAnnotatedBeanDefinitioninterface. | 
| Uses of AttributeAccessorSupport in org.springframework.test.context | 
|---|
| Subclasses of AttributeAccessorSupport in org.springframework.test.context | |
|---|---|
|  class | TestContextTestContext encapsulates the context in which a test is executed, agnostic of the actual testing framework in use. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||