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-domain-word-guessing-game-model-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.wordguessinggame.readmodel
├─ org.occurrent.example.domain.wordguessinggame.readmodel.AssembleGameReadModelFromDomainEvents.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.AssembleGameReadModelFromDomainEventsKt.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.EndedGameOverview.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.GameEndedReadModel.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.GameReadModel.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.GameReadModelKt.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.GameWasLostReadModel.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.GameWasWonReadModel.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.LostGameOverview.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.OngoingGameOverview.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.OngoingGameReadModel.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.readmodel.WonGameOverview.class - [JAR]
org.occurrent.example.domain.wordguessinggame.writemodel
├─ org.occurrent.example.domain.wordguessinggame.writemodel.BasisForPointAwarding.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.Ended.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.GameLogicKt.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.GameState.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.GameWriteModelKt.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.Guess.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.MaxNumberOfGuessesPerPlayer.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.MaxNumberOfGuessesTotal.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.NotStarted.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.Ongoing.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.PointAwarding.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.PointAwardingKt.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.PointCalculationLogic.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.RevealedCharacter.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.Word.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.WordCategory.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.WordHintCharacterRevelation.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.WordHintCharacterRevelationKt.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.WordHintData.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.writemodel.WordList.class - [JAR]
org.occurrent.example.domain.wordguessinggame.support
├─ org.occurrent.example.domain.wordguessinggame.support.ListExtensionFunctionKt.class - [JAR]
org.occurrent.example.domain.wordguessinggame.event
├─ org.occurrent.example.domain.wordguessinggame.event.CharacterInWordHintWasRevealed.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.GameEvent.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.GameEventKt.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.GameWasLost.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.GameWasStarted.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.GameWasWon.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.NumberOfGuessesWasExhaustedForPlayer.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.PlayerGuessedTheRightWord.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.PlayerGuessedTheWrongWord.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.PlayerWasAwardedPointsForGuessingTheRightWord.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.PlayerWasNotAwardedAnyPointsForGuessingTheRightWord.class - [JAR]
├─ org.occurrent.example.domain.wordguessinggame.event.ReasonForNotBeingAwardedPoints.class - [JAR]