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-number-guessing-game-es-mongodb-native-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.domain.numberguessinggame.mongodb.nativedriver
├─ org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.Bootstrap.class - [JAR]
├─ org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.NumberGuessingGameApplicationService.class - [JAR]
├─ org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.Serialization.class - [JAR]
├─ org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.WebApi.class - [JAR]
org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.view.latestgamesoverview
├─ org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.view.latestgamesoverview.GameOverview.class - [JAR]
├─ org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.view.latestgamesoverview.InsertGameIntoLatestGamesOverview.class - [JAR]
├─ org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.view.latestgamesoverview.LatestGamesOverview.class - [JAR]
org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.integrationevent
├─ org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.integrationevent.NumberGuessingGameCompleted.class - [JAR]
org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.view.gamestatus
├─ org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.view.gamestatus.GameStatus.class - [JAR]
├─ org.occurrent.example.domain.numberguessinggame.mongodb.nativedriver.view.gamestatus.WhatIsTheStatusOfGame.class - [JAR]