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 akka-persistence-s3_2.11-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.findify.akka.persistence.s3.snapshot
├─ io.findify.akka.persistence.s3.snapshot.S3SnapshotConfig.class - [JAR]
├─ io.findify.akka.persistence.s3.snapshot.S3SnapshotStore.class - [JAR]
├─ io.findify.akka.persistence.s3.snapshot.SerializationResult.class - [JAR]
├─ io.findify.akka.persistence.s3.snapshot.SnapshotKeySupport.class - [JAR]
io.findify.akka.persistence.s3
├─ io.findify.akka.persistence.s3.AWSRegionNames.class - [JAR]
├─ io.findify.akka.persistence.s3.S3Client.class - [JAR]
├─ io.findify.akka.persistence.s3.S3ClientConfig.class - [JAR]