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 lagom-persistence-core_2.12-1.6.8-RC1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lightbend.lagom.internal.spi.projection
├─ com.lightbend.lagom.internal.spi.projection.ProjectionSpi.class - [JAR]
com.lightbend.lagom.spi.persistence
├─ com.lightbend.lagom.spi.persistence.InMemoryOffsetStore.class - [JAR]
├─ com.lightbend.lagom.spi.persistence.OffsetDao.class - [JAR]
├─ com.lightbend.lagom.spi.persistence.OffsetStore.class - [JAR]
com.lightbend.lagom.internal.persistence.cluster
├─ com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTask.class - [JAR]
├─ com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskActor.class - [JAR]
├─ com.lightbend.lagom.internal.persistence.cluster.ClusterStartupTaskSerializer.class - [JAR]
com.lightbend.lagom.internal.persistence
├─ com.lightbend.lagom.internal.persistence.ReadSideConfig.class - [JAR]