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 example-projection-spring-transactional-projection-mongodb-0.16.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.occurrent.example.eventstore.mongodb.spring.transactional
├─ org.occurrent.example.eventstore.mongodb.spring.transactional.CurrentName.class - [JAR]
├─ org.occurrent.example.eventstore.mongodb.spring.transactional.CurrentNameProjection.class - [JAR]
├─ org.occurrent.example.eventstore.mongodb.spring.transactional.DomainEventStore.class - [JAR]
├─ org.occurrent.example.eventstore.mongodb.spring.transactional.NameApplicationService.class - [JAR]
├─ org.occurrent.example.eventstore.mongodb.spring.transactional.TransactionalProjectionsWithSpringAndMongoDBApplication.class - [JAR]