org.springframework.beans.factory.annotation
Class InjectionMetadata
java.lang.Object
org.springframework.beans.factory.annotation.InjectionMetadata
public class InjectionMetadata
- extends Object
Internal class for managing injection metadata.
Not intended for direct use in applications.
Used by AutowiredAnnotationBeanPostProcessor
,
CommonAnnotationBeanPostProcessor
and
PersistenceAnnotationBeanPostProcessor
.
- Since:
- 2.5
- Author:
- Juergen Hoeller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectionMetadata
public InjectionMetadata(Class targetClass,
Collection<InjectionMetadata.InjectedElement> elements)
checkConfigMembers
public void checkConfigMembers(RootBeanDefinition beanDefinition)
inject
public void inject(Object target,
String beanName,
PropertyValues pvs)
throws Throwable
- Throws:
Throwable