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 app-using-the-plugin-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.holixon.schema.global.event
├─ io.holixon.schema.global.event.OrderImportedEvent.class - [JAR]
io.holixon.schema.local.event
├─ io.holixon.schema.local.event.FooEvent.class - [JAR]
io.holixon.schema.bank.event
├─ io.holixon.schema.bank.event.BalanceChangedEvent.class - [JAR]
├─ io.holixon.schema.bank.event.BankAccountCreatedEvent.class - [JAR]
├─ io.holixon.schema.bank.event.MoneyDepositedEvent.class - [JAR]
├─ io.holixon.schema.bank.event.MoneyWithdrawnEvent.class - [JAR]
io.holixon.schema.global.query
├─ io.holixon.schema.global.query.LookupCustomerQuery.class - [JAR]
├─ io.holixon.schema.global.query.LookupCustomerQueryResult.class - [JAR]
global.model
├─ global.model.Address.class - [JAR]
├─ global.model.Customer.class - [JAR]
├─ global.model.OrderPosition.class - [JAR]
io.holixon.schema.bank.command
├─ io.holixon.schema.bank.command.CreateBankAccountCommand.class - [JAR]
io.holixon.avro.maven.example
├─ io.holixon.avro.maven.example.Dummy.class - [JAR]