jar

com.github.yungyu16.spring : spring-boot-starter-retrofit2

Maven & Gradle

Nov 26, 2020
9 stars

将不可实例化的Interface动态代理后注册到Spring容器以便IOC,用于便捷的生成Local Stub

Table Of Contents

Latest Version

Download com.github.yungyu16.spring : spring-boot-starter-retrofit2 JAR file - Latest Versions:

All Versions

Download com.github.yungyu16.spring : spring-boot-starter-retrofit2 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 spring-boot-starter-retrofit2-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.yungyu16.spring.http.calladapter

├─ com.github.yungyu16.spring.http.calladapter.ResponseAdapterFactory.class - [JAR]

com.github.yungyu16.spring.http.interceptor

├─ com.github.yungyu16.spring.http.interceptor.BaseMethodAnnotationInterceptor.class - [JAR]

├─ com.github.yungyu16.spring.http.interceptor.RequestTimeoutInterceptor.class - [JAR]

com.github.yungyu16.spring.http.error

├─ com.github.yungyu16.spring.http.error.RetrofitApiException.class - [JAR]

├─ com.github.yungyu16.spring.http.error.RetrofitException.class - [JAR]

com.github.yungyu16.spring.http

├─ com.github.yungyu16.spring.http.CompositeConverterFactory.class - [JAR]

├─ com.github.yungyu16.spring.http.DefaultOkHttpClientLoader.class - [JAR]

├─ com.github.yungyu16.spring.http.HttpClientProxyFactory.class - [JAR]

├─ com.github.yungyu16.spring.http.HttpLogger.class - [JAR]

├─ com.github.yungyu16.spring.http.OkHttpClientLoader.class - [JAR]

├─ com.github.yungyu16.spring.http.RetrofitClientAutoConfiguration.class - [JAR]

com.github.yungyu16.spring.http.annotion

├─ com.github.yungyu16.spring.http.annotion.HttpClient.class - [JAR]

├─ com.github.yungyu16.spring.http.annotion.HttpClientScan.class - [JAR]

├─ com.github.yungyu16.spring.http.annotion.HttpInterceptor.class - [JAR]

├─ com.github.yungyu16.spring.http.annotion.HttpInterceptors.class - [JAR]

├─ com.github.yungyu16.spring.http.annotion.ReplyConverterType.class - [JAR]

├─ com.github.yungyu16.spring.http.annotion.ReqConverterType.class - [JAR]

├─ com.github.yungyu16.spring.http.annotion.RequestTimeout.class - [JAR]

├─ com.github.yungyu16.spring.http.annotion.RequestTrack.class - [JAR]

com.github.yungyu16.spring.http.converter

├─ com.github.yungyu16.spring.http.converter.DefaultReplyBodyConverter.class - [JAR]

├─ com.github.yungyu16.spring.http.converter.DefaultReqBodyConverter.class - [JAR]

├─ com.github.yungyu16.spring.http.converter.ReplyBodyConverter.class - [JAR]

├─ com.github.yungyu16.spring.http.converter.ReqBodyConverter.class - [JAR]

Advertisement