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-dynamodb-snapshot-base_2.12-1.0.35.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.j5ik2o.pekko.persistence.dynamodb.config
├─ com.github.j5ik2o.pekko.persistence.dynamodb.config.package.class - [JAR]
com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.serialization
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.serialization.ByteArraySnapshotSerializer.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.serialization.SnapshotSerializer.class - [JAR]
com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.dao
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.dao.SnapshotDao.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.dao.SnapshotDaoFactory.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.dao.SnapshotRow.class - [JAR]
com.github.j5ik2o.pekko.persistence.dynamodb.snapshot
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.DynamoDBSnapshotStore.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.PartitionKey.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.PartitionKeyResolver.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.PartitionKeyResolverProvider.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.PersistenceIdOps.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.SnapshotDynamicAccessor.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.SnapshotPluginContext.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.SortKey.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.SortKeyResolver.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.SortKeyResolverProvider.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.ToPersistenceIdOps.class - [JAR]
com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.config
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.config.SnapshotColumnsDefConfig.class - [JAR]
├─ com.github.j5ik2o.pekko.persistence.dynamodb.snapshot.config.SnapshotPluginConfig.class - [JAR]