Class AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement

    • Field Summary

      • Fields inherited from class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement

        isField, member, pd, skip
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AnnotatedFieldElement​(java.lang.reflect.Field field, A annotation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void inject​(java.lang.Object bean, java.lang.String beanName, org.springframework.beans.PropertyValues pvs)  
      • Methods inherited from class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement

        checkPropertySkipping, checkResourceType, clearPropertySkipping, equals, getMember, getResourceToInject, getResourceType, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AnnotatedFieldElement

        protected AnnotatedFieldElement​(java.lang.reflect.Field field,
                                        A annotation)
    • Method Detail

      • inject

        protected void inject​(java.lang.Object bean,
                              java.lang.String beanName,
                              org.springframework.beans.PropertyValues pvs)
                       throws java.lang.Throwable
        Overrides:
        inject in class org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
        Throws:
        java.lang.Throwable