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 quarkuscoffeeshop-counter-4.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.quarkuscoffeeshop.counter.domain
├─ io.quarkuscoffeeshop.counter.domain.CoffeeshopCommand.class - [JAR]
├─ io.quarkuscoffeeshop.counter.domain.CoffeeshopEvent.class - [JAR]
├─ io.quarkuscoffeeshop.counter.domain.Order.class - [JAR]
├─ io.quarkuscoffeeshop.counter.domain.OrderCreatedEvent.class - [JAR]
io.quarkuscoffeeshop.infrastructure
├─ io.quarkuscoffeeshop.infrastructure.CoffeeShopCommandRepository.class - [JAR]
├─ io.quarkuscoffeeshop.infrastructure.CoffeeshopEventRepository.class - [JAR]
├─ io.quarkuscoffeeshop.infrastructure.EventPersistenceService.class - [JAR]
├─ io.quarkuscoffeeshop.infrastructure.JsonUtil.class - [JAR]
├─ io.quarkuscoffeeshop.infrastructure.KafkaService.class - [JAR]
├─ io.quarkuscoffeeshop.infrastructure.OrderRepository.class - [JAR]