View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-starter-json-plus-2.0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.springframework.http.client
├─ org.springframework.http.client.XBodyCachingClientHttpResponse.class - [JAR]
├─ org.springframework.http.client.XClientHttpResponse.class - [JAR]
├─ org.springframework.http.client.XLoggingInterceptor.class - [JAR]
├─ org.springframework.http.client.XResponseBodyCachingInterceptor.class - [JAR]
org.springframework.web.client
├─ org.springframework.web.client.XRestOperations.class - [JAR]
├─ org.springframework.web.client.XRestRetryTemplate.class - [JAR]
├─ org.springframework.web.client.XRestTemplate.class - [JAR]
├─ org.springframework.web.client.XSimpleRestRetryTemplate.class - [JAR]
org.springframework.http
├─ org.springframework.http.XHttpParams.class - [JAR]
org.springframework.boot.web.client
├─ org.springframework.boot.web.client.XLoggingInterceptorCustomizer.class - [JAR]
├─ org.springframework.boot.web.client.XObjectMapperCustomizer.class - [JAR]
├─ org.springframework.boot.web.client.XStringHttpMessageConverterCustomizer.class - [JAR]