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

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.apache.dubbo.config.AbstractConfig (implements java.io.Serializable)
      • org.apache.dubbo.config.AbstractMethodConfig
        • org.apache.dubbo.config.AbstractInterfaceConfig
          • org.apache.dubbo.config.AbstractReferenceConfig
            • org.apache.dubbo.config.ReferenceConfigBase<T>
              • org.apache.dubbo.config.ReferenceConfig<T>
                • org.apache.dubbo.config.spring.ReferenceBean<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
          • org.apache.dubbo.config.AbstractServiceConfig
            • org.apache.dubbo.config.ServiceConfigBase<T>
              • org.apache.dubbo.config.ServiceConfig<T>
                • org.apache.dubbo.config.spring.ServiceBean<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationEventPublisherAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean)
      • org.apache.dubbo.config.ConfigCenterConfig
        • org.apache.dubbo.config.spring.ConfigCenterBean (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware)