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-changedstreamed-mongodb-projections-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.subscriptionprojections
├─ org.occurrent.example.eventstore.mongodb.spring.subscriptionprojections.CurrentName.class - [JAR]
├─ org.occurrent.example.eventstore.mongodb.spring.subscriptionprojections.CurrentNameProjection.class - [JAR]
├─ org.occurrent.example.eventstore.mongodb.spring.subscriptionprojections.CurrentNameProjectionUpdater.class - [JAR]
├─ org.occurrent.example.eventstore.mongodb.spring.subscriptionprojections.DeserializeCloudEventToDomainEvent.class - [JAR]
├─ org.occurrent.example.eventstore.mongodb.spring.subscriptionprojections.DomainEventStore.class - [JAR]
├─ org.occurrent.example.eventstore.mongodb.spring.subscriptionprojections.NameApplicationService.class - [JAR]
├─ org.occurrent.example.eventstore.mongodb.spring.subscriptionprojections.SubscriptionProjectionsWithSpringAndMongoDBApplication.class - [JAR]