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 happyxml-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.happyxml
├─ io.happyxml.Dom.class - [JAR]
├─ io.happyxml.ForgivingErrorHandler.class - [JAR]
├─ io.happyxml.Jaxb.class - [JAR]
io.happyxml.example
├─ io.happyxml.example.UserBuyerResponse.class - [JAR]
├─ io.happyxml.example.XmlExample.class - [JAR]
io.happyxml.annotation
├─ io.happyxml.annotation.XmlInit.class - [JAR]