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 sample-2.0.0-BETA2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fr.maif.thoth.sample
├─ fr.maif.thoth.sample.ThothSampleApplication.class - [JAR]
fr.maif.thoth.sample.commands
├─ fr.maif.thoth.sample.commands.BankCommand.class - [JAR]
├─ fr.maif.thoth.sample.commands.BankCommandHandler.class - [JAR]
fr.maif.thoth.sample.state
├─ fr.maif.thoth.sample.state.Account.class - [JAR]
fr.maif.thoth.sample.projections.eventualyconsistent
├─ fr.maif.thoth.sample.projections.eventualyconsistent.MeanWithdrawProjection.class - [JAR]
fr.maif.thoth.sample.api
├─ fr.maif.thoth.sample.api.AccountDTO.class - [JAR]
├─ fr.maif.thoth.sample.api.BalanceDTO.class - [JAR]
├─ fr.maif.thoth.sample.api.BankController.class - [JAR]
├─ fr.maif.thoth.sample.api.TransferDTO.class - [JAR]
├─ fr.maif.thoth.sample.api.TransferResultDTO.class - [JAR]
fr.maif.thoth.sample.projections.transactional
├─ fr.maif.thoth.sample.projections.transactional.GlobalBalanceProjection.class - [JAR]
fr.maif.thoth.sample.events
├─ fr.maif.thoth.sample.events.BankEvent.class - [JAR]
├─ fr.maif.thoth.sample.events.BankEventFormat.class - [JAR]
├─ fr.maif.thoth.sample.events.BankEventHandler.class - [JAR]
fr.maif.thoth.sample.configuration
├─ fr.maif.thoth.sample.configuration.BankConfiguration.class - [JAR]