Uses of Class
org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
Packages that use InjectionMetadata.InjectedElement Package Description 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.Uses of InjectionMetadata.InjectedElement in org.springframework.beans.factory.annotation
Method parameters in org.springframework.beans.factory.annotation with type arguments of type InjectionMetadata.InjectedElement Modifier and Type Method Description static InjectionMetadataInjectionMetadata. forElements(Collection<InjectionMetadata.InjectedElement> elements, Class<?> clazz)Return anInjectionMetadatainstance, possibly for empty elements.Constructor parameters in org.springframework.beans.factory.annotation with type arguments of type InjectionMetadata.InjectedElement Constructor Description InjectionMetadata(Class<?> targetClass, Collection<InjectionMetadata.InjectedElement> elements)Create a newInjectionMetadata instance.Uses of InjectionMetadata.InjectedElement in org.springframework.context.annotation
Subclasses of InjectionMetadata.InjectedElement in org.springframework.context.annotation Modifier and Type Class Description protected static classCommonAnnotationBeanPostProcessor.LookupElementClass representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.