Uses of Class
org.springframework.beans.BeanMetadataAttributeAccessor
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.Contains an abstract XML-based
BeanFactory
implementation,
including a standard "spring-beans" XSD.Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of BeanMetadataAttributeAccessor in org.springframework.beans
Modifier and TypeClassDescriptionclass
Object to hold information and value for an individual bean property. -
Uses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.annotation
Modifier and TypeClassDescriptionclass
Extension of theGenericBeanDefinition
class, adding support for annotation metadata exposed through theAnnotatedBeanDefinition
interface. -
Uses of BeanMetadataAttributeAccessor 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 standard bean definition purposes.class
A root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime. -
Uses of BeanMetadataAttributeAccessor in org.springframework.beans.factory.xml
Modifier and TypeMethodDescriptionvoid
BeanDefinitionParserDelegate.parseMetaElements
(Element ele, BeanMetadataAttributeAccessor attributeAccessor) Parse the meta elements underneath the given element, if any. -
Uses of BeanMetadataAttributeAccessor 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.