类的使用
org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
使用InjectionMetadata.InjectedElement的程序包 程序包 说明 org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration.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.factory.annotation中InjectionMetadata.InjectedElement的使用
类型变量类型为InjectionMetadata.InjectedElement的org.springframework.beans.factory.annotation中的方法参数 修饰符和类型 方法 说明 static InjectionMetadataInjectionMetadata. forElements(Collection<InjectionMetadata.InjectedElement> elements, Class<?> clazz)Return anInjectionMetadatainstance, possibly for empty elements.类型变量类型为InjectionMetadata.InjectedElement的org.springframework.beans.factory.annotation中的构造器参数 构造器 说明 InjectionMetadata(Class<?> targetClass, Collection<InjectionMetadata.InjectedElement> elements)Create a newInjectionMetadata instance.org.springframework.context.annotation中InjectionMetadata.InjectedElement的使用
org.springframework.context.annotation中InjectionMetadata.InjectedElement的子类 修饰符和类型 类 说明 protected static classCommonAnnotationBeanPostProcessor.LookupElementClass representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.