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 rest-spring-boot-starter-1.1.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tk.fishfish.rest
├─ tk.fishfish.rest.ApiResult.class - [JAR]
├─ tk.fishfish.rest.ApiResultIgnore.class - [JAR]
├─ tk.fishfish.rest.ApiResultResponseBodyAdvice.class - [JAR]
├─ tk.fishfish.rest.BizException.class - [JAR]
├─ tk.fishfish.rest.GlobalExceptionHandler.class - [JAR]
tk.fishfish.rest.autoconfigure
├─ tk.fishfish.rest.autoconfigure.ApiResultResponseAutoConfiguration.class - [JAR]
├─ tk.fishfish.rest.autoconfigure.GlobalExceptionHandlerAutoConfiguration.class - [JAR]