类分层结构
- java.lang.Object
- com.github.lianjiatech.retrofit.spring.boot.util.AnnotationExtendUtils
- com.github.lianjiatech.retrofit.spring.boot.util.AppContextUtils
- com.github.lianjiatech.retrofit.spring.boot.core.AutoConfiguredRetrofitScannerRegistrar (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- com.github.lianjiatech.retrofit.spring.boot.interceptor.BasePathMatchInterceptor (implements okhttp3.Interceptor)
- com.github.lianjiatech.retrofit.spring.boot.degrade.BaseRetrofitDegrade (implements org.springframework.context.EnvironmentAware, com.github.lianjiatech.retrofit.spring.boot.degrade.ResourceNameParser, com.github.lianjiatech.retrofit.spring.boot.degrade.RetrofitDegrade)
- com.github.lianjiatech.retrofit.spring.boot.core.BasicTypeConverterFactory.BooleanResponseConverter (implements retrofit2.Converter<F,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.BasicTypeConverterFactory.DoubleResponseConverter (implements retrofit2.Converter<F,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.BasicTypeConverterFactory.FloatResponseConverter (implements retrofit2.Converter<F,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.BasicTypeConverterFactory.IntegerResponseConverter (implements retrofit2.Converter<F,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.BasicTypeConverterFactory.LongResponseConverter (implements retrofit2.Converter<F,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.BasicTypeConverterFactory.StringResponseConverter (implements retrofit2.Converter<F,T>)
- com.github.lianjiatech.retrofit.spring.boot.util.BeanExtendUtils
- com.github.lianjiatech.retrofit.spring.boot.core.BodyCallAdapterFactory.BodyCallAdapter<R> (implements retrofit2.CallAdapter<R,T>)
- retrofit2.CallAdapter.Factory
- com.github.lianjiatech.retrofit.spring.boot.degrade.resilience4j.CircuitBreakerConfigRegistry
- org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider (implements org.springframework.core.env.EnvironmentCapable, org.springframework.context.ResourceLoaderAware)
- org.springframework.context.annotation.ClassPathBeanDefinitionScanner
- retrofit2.Converter.Factory
- com.github.lianjiatech.retrofit.spring.boot.degrade.DegradeProperty
- com.github.lianjiatech.retrofit.spring.boot.degrade.DegradeProxy (implements java.lang.reflect.InvocationHandler)
- com.github.lianjiatech.retrofit.spring.boot.core.ErrorDecoder.DefaultErrorDecoder (implements com.github.lianjiatech.retrofit.spring.boot.core.ErrorDecoder)
- com.github.lianjiatech.retrofit.spring.boot.interceptor.ErrorDecoderInterceptor (implements org.springframework.context.ApplicationContextAware, okhttp3.Interceptor)
- com.github.lianjiatech.retrofit.spring.boot.log.GlobalLogProperty
- com.github.lianjiatech.retrofit.spring.boot.degrade.resilience4j.GlobalResilience4jDegradeProperty
- com.github.lianjiatech.retrofit.spring.boot.retry.GlobalRetryProperty
- com.github.lianjiatech.retrofit.spring.boot.degrade.sentinel.GlobalSentinelDegradeProperty
- com.github.lianjiatech.retrofit.spring.boot.config.GlobalTimeoutProperty
- com.github.lianjiatech.retrofit.spring.boot.degrade.HttpMethodPath
- com.github.lianjiatech.retrofit.spring.boot.log.LoggingInterceptor (implements okhttp3.Interceptor)
- com.github.lianjiatech.retrofit.spring.boot.log.LoggingInterceptor.BufferingLogger (implements okhttp3.logging.HttpLoggingInterceptor.Logger)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.MonoCallAdapterFactory.BodyCallAdapter<R> (implements retrofit2.CallAdapter<R,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.MonoCallAdapterFactory.BodyCallAdapter.BodyCallback (implements retrofit2.Callback<T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.MonoCallAdapterFactory.ResponseCallAdapter<R> (implements retrofit2.CallAdapter<R,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.MonoCallAdapterFactory.ResponseCallAdapter.ResponseCallback (implements retrofit2.Callback<T>)
- com.github.lianjiatech.retrofit.spring.boot.core.PathMatchInterceptorBdfProcessor (implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor)
- com.github.lianjiatech.retrofit.spring.boot.core.ResponseCallAdapterFactory.ResponseCallAdapter<R> (implements retrofit2.CallAdapter<R,T>)
- com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration
- com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration.Resilience4jConfiguration
- com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration.RetrofitAdvanceConfiguration
- com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration.RetrofitScannerRegistrarNotFoundConfiguration
- com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration.SentinelConfiguration
- com.github.lianjiatech.retrofit.spring.boot.core.RetrofitClientScannerRegistrar (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
- com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
- com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware, org.springframework.beans.factory.FactoryBean<T>)
- com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
- com.github.lianjiatech.retrofit.spring.boot.util.RetrofitUtils
- com.github.lianjiatech.retrofit.spring.boot.retry.RetryInterceptor (implements okhttp3.Interceptor)
- com.github.lianjiatech.retrofit.spring.boot.retry.RetryStrategy
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava2CompletableCallAdapterFactory.NonBodyCallAdapter<R> (implements retrofit2.CallAdapter<R,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava2CompletableCallAdapterFactory.NonBodyCallAdapter.NonBodyCallBack (implements retrofit2.Callback<T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava2SingleCallAdapterFactory.BodyCallAdapter<R> (implements retrofit2.CallAdapter<R,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava2SingleCallAdapterFactory.BodyCallAdapter.BodyCallBack (implements retrofit2.Callback<T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava2SingleCallAdapterFactory.ResponseCallAdapter<R> (implements retrofit2.CallAdapter<R,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava2SingleCallAdapterFactory.ResponseCallAdapter.ResponseCallBack (implements retrofit2.Callback<T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava3CompletableCallAdapterFactory.NonBodyCallAdapter<R> (implements retrofit2.CallAdapter<R,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava3CompletableCallAdapterFactory.NonBodyCallAdapter.NonBodyCallBack (implements retrofit2.Callback<T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava3SingleCallAdapterFactory.BodyCallAdapter<R> (implements retrofit2.CallAdapter<R,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava3SingleCallAdapterFactory.BodyCallAdapter.BodyCallBack (implements retrofit2.Callback<T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava3SingleCallAdapterFactory.ResponseCallAdapter<R> (implements retrofit2.CallAdapter<R,T>)
- com.github.lianjiatech.retrofit.spring.boot.core.reactive.Rxjava3SingleCallAdapterFactory.ResponseCallAdapter.ResponseCallBack (implements retrofit2.Callback<T>)
- com.github.lianjiatech.retrofit.spring.boot.interceptor.ServiceChooseInterceptor (implements okhttp3.Interceptor)
- com.github.lianjiatech.retrofit.spring.boot.core.ServiceInstanceChooser.NoValidServiceInstanceChooser (implements com.github.lianjiatech.retrofit.spring.boot.core.ServiceInstanceChooser)
- com.github.lianjiatech.retrofit.spring.boot.core.SourceOkHttpClientRegistry
- java.lang.Throwable (implements java.io.Serializable)
接口分层结构
注释类型分层结构
- com.github.lianjiatech.retrofit.spring.boot.core.RetrofitScan (implements java.lang.annotation.Annotation)
- com.github.lianjiatech.retrofit.spring.boot.core.RetrofitClient (implements java.lang.annotation.Annotation)
- com.github.lianjiatech.retrofit.spring.boot.retry.Retry (implements java.lang.annotation.Annotation)
- com.github.lianjiatech.retrofit.spring.boot.log.Logging (implements java.lang.annotation.Annotation)
- com.github.lianjiatech.retrofit.spring.boot.degrade.sentinel.SentinelDegrade (implements java.lang.annotation.Annotation)
- com.github.lianjiatech.retrofit.spring.boot.degrade.resilience4j.Resilience4jDegrade (implements java.lang.annotation.Annotation)
- com.github.lianjiatech.retrofit.spring.boot.interceptor.Intercept (implements java.lang.annotation.Annotation)
- com.github.lianjiatech.retrofit.spring.boot.interceptor.InterceptMark (implements java.lang.annotation.Annotation)
- com.github.lianjiatech.retrofit.spring.boot.interceptor.Intercepts (implements java.lang.annotation.Annotation)
枚举分层结构
Copyright © 2024. All rights reserved.