Uses of Interface
org.springframework.core.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
Modifier and TypeClassDescriptionclass
Extension ofAttributeAccessorSupport
, holding attributes asBeanMetadataAttribute
objects in order to keep track of the definition source.class
Object to hold information and value for an individual bean property. -
Uses of AttributeAccessor in org.springframework.beans.factory.annotation
Modifier and TypeInterfaceDescriptioninterface
ExtendedBeanDefinition
interface that exposesAnnotationMetadata
about its bean class - without requiring the class to be loaded yet.Modifier and TypeClassDescriptionclass
Extension of theGenericBeanDefinition
class, adding support for annotation metadata exposed through theAnnotatedBeanDefinition
interface. -
Uses of AttributeAccessor in org.springframework.beans.factory.config
Modifier and TypeInterfaceDescriptioninterface
A 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
Modifier and TypeClassDescriptionclass
Base class for concrete, full-fledgedBeanDefinition
classes, factoring out common properties ofGenericBeanDefinition
,RootBeanDefinition
, andChildBeanDefinition
.class
Qualifier for resolving autowire candidates.class
Bean definition for beans which inherit settings from their parent.class
GenericBeanDefinition is a one-stop shop for declarative bean definition purposes.class
A root bean definition represents the merged bean definition at runtime that backs a specific bean in a Spring BeanFactory. -
Uses of AttributeAccessor in org.springframework.context.annotation
Modifier and TypeClassDescriptionclass
Extension of theGenericBeanDefinition
class, based on an ASM ClassReader, with support for annotation metadata exposed through theAnnotatedBeanDefinition
interface. -
Uses of AttributeAccessor in org.springframework.core
Modifier and TypeClassDescriptionclass
Support class forAttributeAccessors
, providing a base implementation of all methods.Modifier and TypeMethodDescriptionprotected void
AttributeAccessorSupport.copyAttributesFrom
(AttributeAccessor source) Copy the attributes from the supplied AttributeAccessor to this accessor. -
Uses of AttributeAccessor in org.springframework.test.context
Modifier and TypeInterfaceDescriptioninterface
TestContext
encapsulates 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