Hierarchy For All Packages
- org.apache.dubbo.config,
- org.apache.dubbo.config.annotation,
- org.apache.dubbo.config.context,
- org.apache.dubbo.config.nested,
- org.apache.dubbo.config.support,
- org.apache.dubbo.spring.boot.autoconfigure,
- org.apache.dubbo.spring.boot.beans.factory.config,
- org.apache.dubbo.spring.boot.context,
- org.apache.dubbo.spring.boot.context.event,
- org.apache.dubbo.spring.boot.env,
- org.apache.dubbo.spring.boot.util
Class Hierarchy
- 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.ConsumerConfig
- org.apache.dubbo.config.ReferenceConfigBase<T>
- org.apache.dubbo.config.AbstractServiceConfig
- org.apache.dubbo.config.ProviderConfig
- org.apache.dubbo.config.ServiceConfigBase<T>
- org.apache.dubbo.config.AbstractReferenceConfig
- org.apache.dubbo.config.MethodConfig
- org.apache.dubbo.config.AbstractInterfaceConfig
- org.apache.dubbo.config.ApplicationConfig
- org.apache.dubbo.config.ConfigCenterConfig
- org.apache.dubbo.config.MetadataReportConfig
- org.apache.dubbo.config.MetricsConfig
- org.apache.dubbo.config.ModuleConfig
- org.apache.dubbo.config.MonitorConfig
- org.apache.dubbo.config.ProtocolConfig
- org.apache.dubbo.config.RegistryConfig
- org.apache.dubbo.config.SslConfig
- org.apache.dubbo.config.TracingConfig
- org.apache.dubbo.config.AbstractMethodConfig
- org.apache.dubbo.config.nested.AggregationConfig (implements java.io.Serializable)
- org.apache.dubbo.config.ArgumentConfig (implements java.io.Serializable)
- org.apache.dubbo.spring.boot.context.event.AwaitingNonWebApplicationListener (implements org.springframework.context.event.SmartApplicationListener)
- org.apache.dubbo.config.nested.BaggageConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.BaggageConfig.Correlation (implements java.io.Serializable)
- org.apache.dubbo.config.context.ConfigConfigurationAdapter (implements org.apache.dubbo.common.config.Configuration)
- org.apache.dubbo.config.nested.CorsConfig (implements java.io.Serializable)
- org.apache.dubbo.spring.boot.context.DubboApplicationContextInitializer (implements org.springframework.context.ApplicationContextInitializer<C>, org.springframework.core.Ordered)
- org.apache.dubbo.spring.boot.autoconfigure.DubboAutoConfiguration
- org.apache.dubbo.spring.boot.context.event.DubboConfigBeanDefinitionConflictApplicationListener (implements org.springframework.context.ApplicationListener<E>, org.springframework.core.Ordered)
- org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
- org.apache.dubbo.spring.boot.env.DubboDefaultPropertiesEnvironmentPostProcessor (implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered)
- org.apache.dubbo.spring.boot.autoconfigure.DubboListenerAutoConfiguration
- org.apache.dubbo.spring.boot.autoconfigure.DubboMetadataGenerateAutoConfiguration
- org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBindingAutoConfiguration
- org.apache.dubbo.spring.boot.util.DubboUtils
- org.apache.dubbo.config.nested.ExporterConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.ExporterConfig.OtlpConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.ExporterConfig.ZipkinConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.HistogramConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.Http3Config (implements java.io.Serializable)
- org.apache.dubbo.common.context.LifecycleAdapter (implements org.apache.dubbo.common.context.Lifecycle)
- org.apache.dubbo.config.context.AbstractConfigManager
- org.apache.dubbo.config.context.ConfigManager (implements org.apache.dubbo.common.context.ApplicationExt)
- org.apache.dubbo.config.context.ModuleConfigManager (implements org.apache.dubbo.common.context.ModuleExt)
- org.apache.dubbo.config.context.AbstractConfigManager
- org.apache.dubbo.config.nested.PrometheusConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.PrometheusConfig.Exporter (implements java.io.Serializable)
- org.apache.dubbo.config.nested.PrometheusConfig.Pushgateway (implements java.io.Serializable)
- org.apache.dubbo.config.nested.PropagationConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.RestConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.SamplingConfig (implements java.io.Serializable)
- org.apache.dubbo.spring.boot.beans.factory.config.ServiceBeanIdConflictProcessor (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.support.MergedBeanDefinitionPostProcessor, org.springframework.core.PriorityOrdered)
- org.apache.dubbo.config.nested.ServletConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.TripleConfig (implements java.io.Serializable)
- org.apache.dubbo.spring.boot.context.event.WelcomeLogoApplicationListener (implements org.springframework.context.ApplicationListener<E>)
- org.apache.dubbo.config.AbstractConfig (implements java.io.Serializable)
Interface Hierarchy
- org.apache.dubbo.config.ConfigKeys
- org.apache.dubbo.config.context.ConfigValidator
- org.apache.dubbo.config.Constants
Annotation Type Hierarchy
- org.apache.dubbo.config.annotation.Argument (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.DubboReference (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.DubboService (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.Method (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.support.Nested (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.support.Parameter (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.ProvidedBy (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.Reference (implements java.lang.annotation.Annotation)
- org.apache.dubbo.config.annotation.Service (implements java.lang.annotation.Annotation)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.apache.dubbo.config.context.ConfigMode
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)