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.autoconfigure.observability,
- org.apache.dubbo.spring.boot.autoconfigure.observability.annotation,
- org.apache.dubbo.spring.boot.autoconfigure.observability.brave,
- org.apache.dubbo.spring.boot.autoconfigure.observability.otel,
- org.apache.dubbo.spring.boot.autoconfigure.observability.otlp,
- org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin,
- org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.customizer
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.config.nested.BaggageConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.BaggageConfig.Correlation (implements java.io.Serializable)
- org.apache.dubbo.spring.boot.autoconfigure.observability.brave.BraveAutoConfiguration
- 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.autoconfigure.DubboAutoConfiguration
- org.apache.dubbo.spring.boot.autoconfigure.DubboConfigurationProperties
- org.apache.dubbo.spring.boot.autoconfigure.DubboListenerAutoConfiguration
- org.apache.dubbo.spring.boot.autoconfigure.DubboMetadataGenerateAutoConfiguration
- org.apache.dubbo.spring.boot.autoconfigure.observability.DubboMicrometerTracingAutoConfiguration
- org.apache.dubbo.spring.boot.autoconfigure.observability.DubboObservationAutoConfiguration (implements org.springframework.context.ApplicationListener<E>, org.springframework.beans.factory.BeanFactoryAware, org.springframework.core.Ordered)
- org.apache.dubbo.spring.boot.autoconfigure.DubboRelaxedBinding2AutoConfiguration
- org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration
- org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration.TripleServletConfiguration
- org.apache.dubbo.spring.boot.autoconfigure.DubboTripleAutoConfiguration.TripleWebSocketConfiguration
- 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.spring.boot.autoconfigure.observability.ObservabilityUtils
- org.apache.dubbo.spring.boot.autoconfigure.observability.ObservationRegistryPostProcessor (implements org.springframework.beans.factory.config.BeanPostProcessor)
- org.apache.dubbo.config.nested.OpenAPIConfig (implements java.io.Serializable)
- org.apache.dubbo.spring.boot.autoconfigure.observability.otel.OpenTelemetryAutoConfiguration
- org.apache.dubbo.spring.boot.autoconfigure.observability.otlp.OtlpAutoConfiguration
- 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.config.nested.ServletConfig (implements java.io.Serializable)
- org.apache.dubbo.spring.boot.autoconfigure.SpringBoot12Condition (implements org.springframework.context.annotation.Condition)
- org.apache.dubbo.config.nested.TripleConfig (implements java.io.Serializable)
- org.apache.dubbo.config.nested.WebSocketConfig (implements java.io.Serializable)
- org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.ZipkinAutoConfiguration
- 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
- org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.customizer.ZipkinRestTemplateBuilderCustomizer
- org.apache.dubbo.spring.boot.autoconfigure.observability.zipkin.customizer.ZipkinWebClientBuilderCustomizer
Annotation Type Hierarchy
- org.apache.dubbo.config.annotation.Argument (implements java.lang.annotation.Annotation)
- org.apache.dubbo.spring.boot.autoconfigure.observability.annotation.ConditionalOnDubboTracingEnable (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)