Class AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement

java.lang.Object
org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
io.microsphere.spring.beans.factory.annotation.AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement
Enclosing class:
AnnotationInjectedBeanPostProcessor<A extends Annotation>

public class AnnotationInjectedBeanPostProcessor.AnnotatedFieldElement extends org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement
AnnotationInjectedBeanPostProcessor Field InjectionMetadata.InjectedElement
  • 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(Field field, A annotation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    inject(Object bean, 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, shouldInject, toString

    Methods inherited from class java.lang.Object

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

    • AnnotatedFieldElement

      protected AnnotatedFieldElement(Field field, A annotation)
  • Method Details

    • inject

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