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-inventory-4.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.quarkuscoffeeshop.inventory.domain.json
├─ io.quarkuscoffeeshop.inventory.domain.json.RestockItemCommandDeserializer.class - [JAR]
io.quarkuscoffeeshop.inventory.domain
├─ io.quarkuscoffeeshop.inventory.domain.CoffeeshopCommand.class - [JAR]
├─ io.quarkuscoffeeshop.inventory.domain.CommandType.class - [JAR]
├─ io.quarkuscoffeeshop.inventory.domain.Originator.class - [JAR]
├─ io.quarkuscoffeeshop.inventory.domain.RestockBaristaCommand.class - [JAR]
├─ io.quarkuscoffeeshop.inventory.domain.RestockInventoryCommand.class - [JAR]
├─ io.quarkuscoffeeshop.inventory.domain.RestockItemCommand.class - [JAR]
├─ io.quarkuscoffeeshop.inventory.domain.RestockKitchenCommand.class - [JAR]
├─ io.quarkuscoffeeshop.inventory.domain.StockRoom.class - [JAR]
io.quarkuscoffeeshop.inventory.infrastructure
├─ io.quarkuscoffeeshop.inventory.infrastructure.KafkaService.class - [JAR]