Uses of Class
org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
Packages that use InjectionMetadata.InjectedElement
Package
Description
Support package for annotation-driven bean configuration.
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.annotationMethods in org.springframework.beans.factory.annotation that return types with arguments of type InjectionMetadata.InjectedElementModifier and TypeMethodDescriptionInjectionMetadata.getInjectedElements()Return theelementsto inject.InjectionMetadata.getInjectedElements(PropertyValues pvs) Return theelementsto inject based on the specifiedPropertyValues.Method parameters in org.springframework.beans.factory.annotation with type arguments of type InjectionMetadata.InjectedElementModifier and TypeMethodDescriptionstatic 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.InjectedElementModifierConstructorDescriptionInjectionMetadata(Class<?> targetClass, Collection<InjectionMetadata.InjectedElement> elements) Create a newInjectionMetadata instance.
- 
Uses of InjectionMetadata.InjectedElement in org.springframework.context.annotationSubclasses of InjectionMetadata.InjectedElement in org.springframework.context.annotationModifier and TypeClassDescriptionprotected static classClass representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.