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 pekko-persistence-tck_2.13-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.pekko.persistence.snapshot
├─ org.apache.pekko.persistence.snapshot.SnapshotStoreSpec.class - [JAR]
org.apache.pekko.persistence.japi.snapshot
├─ org.apache.pekko.persistence.japi.snapshot.JavaSnapshotStoreSpec.class - [JAR]
org.apache.pekko.persistence.scalatest
├─ org.apache.pekko.persistence.scalatest.MayVerb.class - [JAR]
├─ org.apache.pekko.persistence.scalatest.OptionalTests.class - [JAR]
org.apache.pekko.persistence
├─ org.apache.pekko.persistence.CapabilityFlag.class - [JAR]
├─ org.apache.pekko.persistence.CapabilityFlags.class - [JAR]
├─ org.apache.pekko.persistence.JournalCapabilityFlags.class - [JAR]
├─ org.apache.pekko.persistence.PluginSpec.class - [JAR]
├─ org.apache.pekko.persistence.SnapshotStoreCapabilityFlags.class - [JAR]
├─ org.apache.pekko.persistence.TestPayload.class - [JAR]
├─ org.apache.pekko.persistence.TestSerializer.class - [JAR]
org.apache.pekko.persistence.journal
├─ org.apache.pekko.persistence.journal.JournalPerfSpec.class - [JAR]
├─ org.apache.pekko.persistence.journal.JournalSpec.class - [JAR]
org.apache.pekko.persistence.japi.journal
├─ org.apache.pekko.persistence.japi.journal.JavaJournalPerfSpec.class - [JAR]
├─ org.apache.pekko.persistence.japi.journal.JavaJournalSpec.class - [JAR]