public class InjectionMetadata
extends java.lang.Object
Used by AutowiredAnnotationBeanPostProcessor
,
CommonAnnotationBeanPostProcessor
and
PersistenceAnnotationBeanPostProcessor
.
Modifier and Type | Class and Description |
---|---|
static class |
InjectionMetadata.InjectedElement |
Constructor and Description |
---|
InjectionMetadata(java.lang.Class<?> targetClass,
java.util.Collection<InjectionMetadata.InjectedElement> elements) |
Modifier and Type | Method and Description |
---|---|
void |
checkConfigMembers(RootBeanDefinition beanDefinition) |
void |
clear(PropertyValues pvs) |
void |
inject(java.lang.Object target,
java.lang.String beanName,
PropertyValues pvs) |
static boolean |
needsRefresh(InjectionMetadata metadata,
java.lang.Class<?> clazz) |
public InjectionMetadata(java.lang.Class<?> targetClass, java.util.Collection<InjectionMetadata.InjectedElement> elements)
public void checkConfigMembers(RootBeanDefinition beanDefinition)
public void inject(java.lang.Object target, @Nullable java.lang.String beanName, @Nullable PropertyValues pvs) throws java.lang.Throwable
java.lang.Throwable
public void clear(@Nullable PropertyValues pvs)
public static boolean needsRefresh(@Nullable InjectionMetadata metadata, java.lang.Class<?> clazz)