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 whatsit-swagger-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.pangzixiang.whatsit.swagger.service
├─ io.github.pangzixiang.whatsit.swagger.service.SwaggerJsonBuilder.class - [JAR]
io.github.pangzixiang.whatsit.swagger.constant
├─ io.github.pangzixiang.whatsit.swagger.constant.SwaggerConstants.class - [JAR]
io.github.pangzixiang.whatsit.swagger.controller
├─ io.github.pangzixiang.whatsit.swagger.controller.SwaggerController.class - [JAR]
io.github.pangzixiang.whatsit.swagger.model
├─ io.github.pangzixiang.whatsit.swagger.model.SwaggerApiDetail.class - [JAR]
├─ io.github.pangzixiang.whatsit.swagger.model.SwaggerJson.class - [JAR]