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 swifud-application-api-1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.alexanderwodarz.code.swifud.application
├─ de.alexanderwodarz.code.swifud.application.Application.class - [JAR]
├─ de.alexanderwodarz.code.swifud.application.HookAuthorization.class - [JAR]
├─ de.alexanderwodarz.code.swifud.application.HookController.class - [JAR]
├─ de.alexanderwodarz.code.swifud.application.Invoice.class - [JAR]
├─ de.alexanderwodarz.code.swifud.application.PaymentMethodType.class - [JAR]
de.alexanderwodarz.code.swifud.application.model
├─ de.alexanderwodarz.code.swifud.application.model.InvoiceAddress.class - [JAR]
├─ de.alexanderwodarz.code.swifud.application.model.Item.class - [JAR]