Uses of Class
org.springframework.beans.factory.annotation.InjectionMetadata
Packages that use InjectionMetadata
Package
Description
Support package for annotation-driven bean configuration.
-
Uses of InjectionMetadata in org.springframework.beans.factory.annotation
Fields in org.springframework.beans.factory.annotation declared as InjectionMetadataModifier and TypeFieldDescriptionstatic final InjectionMetadataInjectionMetadata.EMPTYAn emptyInjectionMetadatainstance with no-op callbacks.Methods in org.springframework.beans.factory.annotation that return InjectionMetadataModifier and TypeMethodDescriptionstatic InjectionMetadataInjectionMetadata.forElements(Collection<InjectionMetadata.InjectedElement> elements, Class<?> clazz) Return anInjectionMetadatainstance, possibly for empty elements.Methods in org.springframework.beans.factory.annotation with parameters of type InjectionMetadataModifier and TypeMethodDescriptionstatic booleanInjectionMetadata.needsRefresh(InjectionMetadata metadata, Class<?> clazz) Check whether the given injection metadata needs to be refreshed.