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 esc-jpa-0.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.fuin.esc.jpa
├─ org.fuin.esc.jpa.AbstractJpaEventStore.class - [JAR]
├─ org.fuin.esc.jpa.JpaData.class - [JAR]
├─ org.fuin.esc.jpa.JpaEvent.class - [JAR]
├─ org.fuin.esc.jpa.JpaEventStore.class - [JAR]
├─ org.fuin.esc.jpa.JpaIdStreamFactory.class - [JAR]
├─ org.fuin.esc.jpa.JpaProjection.class - [JAR]
├─ org.fuin.esc.jpa.JpaStream.class - [JAR]
├─ org.fuin.esc.jpa.JpaStreamEvent.class - [JAR]
├─ org.fuin.esc.jpa.JpaStreamId.class - [JAR]
├─ org.fuin.esc.jpa.JpaUtils.class - [JAR]
├─ org.fuin.esc.jpa.NativeSqlCondition.class - [JAR]
├─ org.fuin.esc.jpa.NoParamsEvent.class - [JAR]
├─ org.fuin.esc.jpa.NoParamsEventPrimaryKey.class - [JAR]
├─ org.fuin.esc.jpa.NoParamsStream.class - [JAR]
├─ org.fuin.esc.jpa.ProjectionJpaStreamId.class - [JAR]
├─ org.fuin.esc.jpa.ReadableJpaEventStore.class - [JAR]
├─ org.fuin.esc.jpa.SimpleJpaStreamId.class - [JAR]