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 statefulj-persistence-mongo-3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.statefulj.persistence.mongo.model
├─ org.statefulj.persistence.mongo.model.StateDocument.class - [JAR]
├─ org.statefulj.persistence.mongo.model.StatefulDocument.class - [JAR]
org.statefulj.persistence.mongo
├─ org.statefulj.persistence.mongo.MongoCascadeSupport.class - [JAR]
├─ org.statefulj.persistence.mongo.MongoPersister.class - [JAR]
├─ org.statefulj.persistence.mongo.StateDocumentImpl.class - [JAR]