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 warranted-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.warranted.services
├─ io.warranted.services.DecisionService.class - [JAR]
├─ io.warranted.services.LawEnforcementRequestService.class - [JAR]
├─ io.warranted.services.MeService.class - [JAR]
├─ io.warranted.services.SchemaService.class - [JAR]
io.warranted
├─ io.warranted.Client.class - [JAR]
├─ io.warranted.CryptoHelper.class - [JAR]
├─ io.warranted.Decision.class - [JAR]
├─ io.warranted.DecisionResponse.class - [JAR]
├─ io.warranted.Error.class - [JAR]
├─ io.warranted.LawEnforcementRequest.class - [JAR]
├─ io.warranted.LawEnforcementRequestResponse.class - [JAR]
├─ io.warranted.LawEnforcementRequestsResponse.class - [JAR]
├─ io.warranted.Me.class - [JAR]
├─ io.warranted.RequestParams.class - [JAR]
├─ io.warranted.Schema.class - [JAR]
├─ io.warranted.SchemaResponse.class - [JAR]