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 messaging-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.guppy4j.messaging
├─ org.guppy4j.messaging.Payload.class - [JAR]
├─ org.guppy4j.messaging.PayloadException.class - [JAR]
├─ org.guppy4j.messaging.ReadablePayload.class - [JAR]
├─ org.guppy4j.messaging.ReadableTree.class - [JAR]
├─ org.guppy4j.messaging.Tree.class - [JAR]
├─ org.guppy4j.messaging.ValueConverter.class - [JAR]
├─ org.guppy4j.messaging.WritablePayload.class - [JAR]