窥探系列之@Value注入

关键类

AutowiredAnnotationBeanPostProcessor

断点

  1. org.springframework.beans.factory.support.AbstractBeanFactory#resolveEmbeddedValue
    窥探系列之@Value注入_第1张图片
    窥探系列之@Value注入_第2张图片

  2. org.springframework.beans.factory.support.DefaultListableBeanFactory#doResolveDependency
    窥探系列之@Value注入_第3张图片

  3. org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.AutowiredFieldElement#inject
    窥探系列之@Value注入_第4张图片

  4. org.springframework.beans.factory.annotation.InjectionMetadata#inject
    窥探系列之@Value注入_第5张图片

  5. org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory#populateBean
    窥探系列之@Value注入_第6张图片

你可能感兴趣的:(Java,Spring,java,开发语言)