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 pgdoc-1.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.pgdoc.serialization
├─ org.pgdoc.serialization.DocumentQuery.class - [JAR]
├─ org.pgdoc.serialization.EntityId.class - [JAR]
├─ org.pgdoc.serialization.EntityStore.class - [JAR]
├─ org.pgdoc.serialization.JsonEntity.class - [JAR]
├─ org.pgdoc.serialization.JsonEntityType.class - [JAR]
org.pgdoc
├─ org.pgdoc.Document.class - [JAR]
├─ org.pgdoc.DocumentStore.class - [JAR]
├─ org.pgdoc.DocumentStoreException.class - [JAR]
├─ org.pgdoc.DocumentUpdate.class - [JAR]
├─ org.pgdoc.SqlDocumentStore.class - [JAR]
├─ org.pgdoc.UpdateConflictException.class - [JAR]