类的使用
org.springframework.beans.BeanMetadataAttributeAccessor
使用BeanMetadataAttributeAccessor的程序包 程序包 说明 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 theorg.springframework.beans.factorypackage.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.beans中BeanMetadataAttributeAccessor的使用
org.springframework.beans中BeanMetadataAttributeAccessor的子类 修饰符和类型 类 说明 classPropertyValueObject to hold information and value for an individual bean property.org.springframework.beans.factory.annotation中BeanMetadataAttributeAccessor的使用
org.springframework.beans.factory.annotation中BeanMetadataAttributeAccessor的子类 修饰符和类型 类 说明 classAnnotatedGenericBeanDefinitionExtension of theGenericBeanDefinitionclass, adding support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface.org.springframework.beans.factory.support中BeanMetadataAttributeAccessor的使用
org.springframework.beans.factory.support中BeanMetadataAttributeAccessor的子类 修饰符和类型 类 说明 classAbstractBeanDefinitionBase class for concrete, full-fledgedBeanDefinitionclasses, factoring out common properties ofGenericBeanDefinition,RootBeanDefinition, andChildBeanDefinition.classAutowireCandidateQualifierQualifier for resolving autowire candidates.classChildBeanDefinitionBean definition for beans which inherit settings from their parent.classGenericBeanDefinitionGenericBeanDefinition is a one-stop shop for standard bean definition purposes.classRootBeanDefinitionA root bean definition represents the merged bean definition that backs a specific bean in a Spring BeanFactory at runtime.org.springframework.beans.factory.xml中BeanMetadataAttributeAccessor的使用
参数类型为BeanMetadataAttributeAccessor的org.springframework.beans.factory.xml中的方法 修饰符和类型 方法 说明 voidBeanDefinitionParserDelegate. parseMetaElements(Element ele, BeanMetadataAttributeAccessor attributeAccessor)Parse the meta elements underneath the given element, if any.org.springframework.context.annotation中BeanMetadataAttributeAccessor的使用
org.springframework.context.annotation中BeanMetadataAttributeAccessor的子类 修饰符和类型 类 说明 classScannedGenericBeanDefinitionExtension of theGenericBeanDefinitionclass, based on an ASM ClassReader, with support for annotation metadata exposed through theAnnotatedBeanDefinitioninterface.