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 portability-api-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.datatransferproject.api.action
├─ org.datatransferproject.api.action.ActionUtils.class - [JAR]
org.datatransferproject.api.auth
├─ org.datatransferproject.api.auth.PortabilityAuthServiceProviderRegistry.class - [JAR]
org.datatransferproject.api.token
├─ org.datatransferproject.api.token.JWTTokenManager.class - [JAR]
org.datatransferproject.api
├─ org.datatransferproject.api.ApiExtensionContext.class - [JAR]
├─ org.datatransferproject.api.ApiMain.class - [JAR]
├─ org.datatransferproject.api.ApiServicesModule.class - [JAR]
org.datatransferproject.api.action.datatype
├─ org.datatransferproject.api.action.datatype.DataTypesAction.class - [JAR]
org.datatransferproject.api.action.transfer
├─ org.datatransferproject.api.action.transfer.CreateTransferJobAction.class - [JAR]
├─ org.datatransferproject.api.action.transfer.GenerateServiceAuthDataAction.class - [JAR]
├─ org.datatransferproject.api.action.transfer.GetReservedWorkerAction.class - [JAR]
├─ org.datatransferproject.api.action.transfer.GetTransferJobAction.class - [JAR]
├─ org.datatransferproject.api.action.transfer.GetTransferServicesAction.class - [JAR]
├─ org.datatransferproject.api.action.transfer.ReserveWorkerAction.class - [JAR]
├─ org.datatransferproject.api.action.transfer.StartTransferJobAction.class - [JAR]
├─ org.datatransferproject.api.action.transfer.TransferServicesActionModule.class - [JAR]