Uses of Class
org.springframework.core.AttributeAccessorSupport
Packages that use AttributeAccessorSupport
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.Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of AttributeAccessorSupport in org.springframework.beans
Subclasses of AttributeAccessorSupport in org.springframework.beansModifier and TypeClassDescriptionclassExtension ofAttributeAccessorSupport, holding attributes asBeanMetadataAttributeobjects in order to keep track of the definition source.classObject 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.annotationModifier and TypeClassDescriptionclassExtension of theGenericBeanDefinitionclass, 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.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 standard bean definition purposes.classA 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.annotationModifier and TypeClassDescriptionclassExtension of theGenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface.