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 json-to-string-maven-plugin-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.unknownnpc.jsontostring.executor
├─ com.github.unknownnpc.jsontostring.executor.JsonToStringExecutor.class - [JAR]
├─ com.github.unknownnpc.jsontostring.executor.JsonToStringExecutorImpl.class - [JAR]
com.github.unknownnpc.jsontostring
├─ com.github.unknownnpc.jsontostring.JsonToStringMojo.class - [JAR]
com.github.unknownnpc.jsontostring.util
├─ com.github.unknownnpc.jsontostring.util.FileIOUtil.class - [JAR]
com.github.unknownnpc.jsontostring.exception
├─ com.github.unknownnpc.jsontostring.exception.JsonToStringExecutorException.class - [JAR]