Uses of Interface
org.springframework.core.AttributeAccessor
Packages that use AttributeAccessor
Package
Description
This package contains interfaces and classes for manipulating Java beans.
Support package for annotation-driven bean configuration.
SPI interfaces and configuration-related convenience classes for bean factories.
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.
Provides basic classes for exception handling and version detection,
and other core helpers that are not specific to any part of the framework.
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.
Support classes for the Spring TestContext Framework.
-
Uses of AttributeAccessor in org.springframework.beans
Classes in org.springframework.beans that implement AttributeAccessorModifier 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 AttributeAccessor in org.springframework.beans.factory.annotation
Subinterfaces of AttributeAccessor in org.springframework.beans.factory.annotationModifier and TypeInterfaceDescriptioninterfaceExtendedBeanDefinitioninterface that exposesAnnotationMetadataabout its bean class - without requiring the class to be loaded yet.Classes in org.springframework.beans.factory.annotation that implement AttributeAccessorModifier and TypeClassDescriptionclassExtension of theGenericBeanDefinitionclass, adding support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface. -
Uses of AttributeAccessor in org.springframework.beans.factory.config
Subinterfaces of AttributeAccessor in org.springframework.beans.factory.configModifier and TypeInterfaceDescriptioninterfaceA BeanDefinition describes a bean instance, which has property values, constructor argument values, and further information supplied by concrete implementations. -
Uses of AttributeAccessor in org.springframework.beans.factory.support
Classes in org.springframework.beans.factory.support that implement AttributeAccessorModifier 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 AttributeAccessor in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement AttributeAccessorModifier and TypeClassDescriptionclassExtension of theGenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface. -
Uses of AttributeAccessor in org.springframework.core
Classes in org.springframework.core that implement AttributeAccessorModifier and TypeClassDescriptionclassSupport class forAttributeAccessors, providing a base implementation of all methods.Methods in org.springframework.core with parameters of type AttributeAccessorModifier and TypeMethodDescriptionprotected voidAttributeAccessorSupport.copyAttributesFrom(AttributeAccessor source) Copy the attributes from the supplied AttributeAccessor to this accessor. -
Uses of AttributeAccessor in org.springframework.test.context
Subinterfaces of AttributeAccessor in org.springframework.test.contextModifier and TypeInterfaceDescriptioninterfaceTestContextencapsulates the context in which a test is executed, agnostic of the actual testing framework in use. -
Uses of AttributeAccessor in org.springframework.test.context.support
Classes in org.springframework.test.context.support that implement AttributeAccessor