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 xsellco-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.dft.xsellco.report
├─ com.dft.xsellco.report.InventoryReportRequest.class - [JAR]
├─ com.dft.xsellco.report.ListReportsResponse.class - [JAR]
├─ com.dft.xsellco.report.ReportResponse.class - [JAR]
├─ com.dft.xsellco.report.StatusResponse.class - [JAR]
├─ com.dft.xsellco.report.SubmittedReportResponse.class - [JAR]
├─ com.dft.xsellco.report.UploadRepricerFileResponse.class - [JAR]
com.dft.xsellco.handler
├─ com.dft.xsellco.handler.JsonBodyHandler.class - [JAR]
com.dft.xsellco.constants
├─ com.dft.xsellco.constants.BaseConstantCodes.class - [JAR]
├─ com.dft.xsellco.constants.XSellcoConstantCodes.class - [JAR]
com.dft.xsellco.api
├─ com.dft.xsellco.api.XSellcoApiResource.class - [JAR]
com.dft.xsellco
├─ com.dft.xsellco.XSellco.class - [JAR]
com.dft.xsellco.dto
├─ com.dft.xsellco.dto.InventoryReportDataRow.class - [JAR]