jar

com.lichongbing : retrofit-spring-boot-starter

Maven & Gradle

Oct 12, 2021
1 stars

retrofit-spring-boot-starter · retrofit-spring-boot-starter

Table Of Contents

Latest Version

Download com.lichongbing : retrofit-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.lichongbing : retrofit-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window retrofit-spring-boot-starter-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lichongbing.retrofit.spring.boot.config

├─ com.lichongbing.retrofit.spring.boot.config.DegradeProperty.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.config.LogProperty.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.config.PoolConfig.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.config.RetrofitAutoConfiguration.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.config.RetrofitConfigBean.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.config.RetrofitProperties.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.config.RetryProperty.class - [JAR]

com.lichongbing.retrofit.spring.boot.degrade

├─ com.lichongbing.retrofit.spring.boot.degrade.BaseDegradeInterceptor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.BaseResourceNameParser.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.DefaultResourceNameParser.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.Degrade.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.DegradeStrategy.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.DegradeType.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.FallbackFactory.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.HttpMethodPath.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.RetrofitBlockException.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.RetrofitDegradeRule.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.RetrofitDegradeRuleInitializer.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.degrade.SentinelDegradeInterceptor.class - [JAR]

com.lichongbing.retrofit.spring.boot.core

├─ com.lichongbing.retrofit.spring.boot.core.AutoConfiguredRetrofitScannerRegistrar.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.BasicTypeConverterFactory.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.BodyCallAdapterFactory.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.ClassPathRetrofitClientScanner.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.DefaultErrorDecoder.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.ErrorDecoder.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.NoValidServiceInstanceChooser.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.PrototypeInterceptorBdfProcessor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.ResponseCallAdapterFactory.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.RetrofitClientScannerRegistrar.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.RetrofitFactoryBean.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.RetrofitInvocationHandler.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.ServiceInstanceChooser.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.core.SpringCloudServiceInstanceChooser.class - [JAR]

com.lichongbing.retrofit.spring.boot.exception

├─ com.lichongbing.retrofit.spring.boot.exception.ReadResponseBodyException.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.exception.RetrofitException.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.exception.RetrofitIOException.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.exception.ServiceInstanceChooseException.class - [JAR]

com.lichongbing.retrofit.spring.boot.retry

├─ com.lichongbing.retrofit.spring.boot.retry.BaseRetryInterceptor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.retry.DefaultRetryInterceptor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.retry.Retry.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.retry.RetryRule.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.retry.RetryStrategy.class - [JAR]

com.lichongbing.retrofit.spring.boot.interceptor

├─ com.lichongbing.retrofit.spring.boot.interceptor.BaseGlobalInterceptor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.interceptor.BaseLoggingInterceptor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.interceptor.BasePathMatchInterceptor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.interceptor.DefaultLoggingInterceptor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.interceptor.ErrorDecoderInterceptor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.interceptor.LogLevel.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.interceptor.LogStrategy.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.interceptor.NetworkInterceptor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.interceptor.PrototypeInterceptor.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.interceptor.ServiceInstanceChooserInterceptor.class - [JAR]

com.lichongbing.retrofit.spring.boot.util

├─ com.lichongbing.retrofit.spring.boot.util.ApplicationContextUtils.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.util.BeanExtendUtils.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.util.RetrofitUtils.class - [JAR]

com.lichongbing.retrofit.spring.boot.annotation

├─ com.lichongbing.retrofit.spring.boot.annotation.Intercept.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.annotation.InterceptMark.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.annotation.Intercepts.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.annotation.OkHttpClientBuilder.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.annotation.RetrofitClient.class - [JAR]

├─ com.lichongbing.retrofit.spring.boot.annotation.RetrofitScan.class - [JAR]