Save This Page
Home » spring-framework-2.5.6-with-dependencies » org.springframework » beans » factory » annotation » [javadoc | source]
org.springframework.beans.factory.annotation
public class: InjectionMetadata [javadoc | source]
java.lang.Object
   org.springframework.beans.factory.annotation.InjectionMetadata
Internal class for managing injection metadata. Not intended for direct use in applications.

Used by AutowiredAnnotationBeanPostProcessor , org.springframework.context.annotation.CommonAnnotationBeanPostProcessor and org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor .

Nested Class Summary:
abstract public static class  InjectionMetadata.InjectedElement   
Constructor:
 public InjectionMetadata() 
 public InjectionMetadata(Class targetClass) 
Method from org.springframework.beans.factory.annotation.InjectionMetadata Summary:
addInjectedField,   addInjectedMethod,   checkConfigMembers,   injectFields,   injectMethods
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.beans.factory.annotation.InjectionMetadata Detail:
 public  void addInjectedField(InjectionMetadata.InjectedElement element) 
 public  void addInjectedMethod(InjectionMetadata.InjectedElement element) 
 public  void checkConfigMembers(RootBeanDefinition beanDefinition) 
 public  void injectFields(Object target,
    String beanName) throws Throwable 
 public  void injectMethods(Object target,
    String beanName,
    PropertyValues pvs) throws Throwable