Uses of Class
org.springframework.beans.factory.annotation.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.annotation
Modifier and TypeMethodDescriptionInjectionMetadata.getInjectedElements()
Return theelements
to inject.Modifier and TypeMethodDescriptionstatic InjectionMetadata
InjectionMetadata.forElements
(Collection<InjectionMetadata.InjectedElement> elements, Class<?> clazz) Return anInjectionMetadata
instance, possibly for empty elements.ModifierConstructorDescriptionInjectionMetadata
(Class<?> targetClass, Collection<InjectionMetadata.InjectedElement> elements) Create a newInjectionMetadata instance
. -
Uses of InjectionMetadata.InjectedElement in org.springframework.context.annotation
Modifier and TypeClassDescriptionprotected static class
Class representing generic injection information about an annotated field or setter method, supporting @Resource and related annotations.