程序包org.apache.dubbo.config.spring.beans.factory.config的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • com.alibaba.spring.beans.factory.config.GenericBeanPostProcessorAdapter<T> (implements org.springframework.beans.factory.config.BeanPostProcessor)
      • org.apache.dubbo.config.spring.beans.factory.config.DubboConfigDefaultPropertyValueBeanPostProcessor (implements org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor, org.springframework.core.PriorityOrdered)
      • org.apache.dubbo.config.spring.beans.factory.config.DubboConfigEarlyInitializationPostProcessor (implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.core.PriorityOrdered)

接口分层结构