org.springframework.beans.factory.annotation
Class InjectionMetadata
java.lang.Object
org.springframework.beans.factory.annotation.InjectionMetadata
public class InjectionMetadata
- extends java.lang.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()
InjectionMetadata
public InjectionMetadata(java.lang.Class targetClass)
addInjectedField
public void addInjectedField(InjectionMetadata.InjectedElement element)
addInjectedMethod
public void addInjectedMethod(InjectionMetadata.InjectedElement element)
checkConfigMembers
public void checkConfigMembers(RootBeanDefinition beanDefinition)
injectFields
public void injectFields(java.lang.Object target,
java.lang.String beanName)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
injectMethods
public void injectMethods(java.lang.Object target,
java.lang.String beanName,
PropertyValues pvs)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
Copyright © 2002-2008 The Spring Framework.