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 framework-boot-test-0.0.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.farerboy.framework.boot.test.valid
├─ com.farerboy.framework.boot.test.valid.TestValid.class - [JAR]
├─ com.farerboy.framework.boot.test.valid.User.class - [JAR]
com.farerboy.framework.boot.test
├─ com.farerboy.framework.boot.test.Application.class - [JAR]
com.farerboy.framework.boot.test.params
├─ com.farerboy.framework.boot.test.params.TestConvertParam.class - [JAR]
com.farerboy.framework.boot.test.controller
├─ com.farerboy.framework.boot.test.controller.TestController.class - [JAR]