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 shipster-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.dft.shipster
├─ io.github.dft.shipster.OrderAPI.class - [JAR]
├─ io.github.dft.shipster.ShipsterSdk.class - [JAR]
├─ io.github.dft.shipster.Test.class - [JAR]
io.github.dft.shipster.model.order
├─ io.github.dft.shipster.model.order.Address.class - [JAR]
├─ io.github.dft.shipster.model.order.CreateOrderRequest.class - [JAR]
├─ io.github.dft.shipster.model.order.CreateOrderResponse.class - [JAR]
├─ io.github.dft.shipster.model.order.ExportOrdersRequest.class - [JAR]
├─ io.github.dft.shipster.model.order.GetOrderWrapper.class - [JAR]
├─ io.github.dft.shipster.model.order.Label.class - [JAR]
├─ io.github.dft.shipster.model.order.OrderData.class - [JAR]
├─ io.github.dft.shipster.model.order.PackageDetails.class - [JAR]
├─ io.github.dft.shipster.model.order.ResponseData.class - [JAR]
├─ io.github.dft.shipster.model.order.TrackingInformation.class - [JAR]
├─ io.github.dft.shipster.model.order.Update.class - [JAR]
io.github.dft.shipster.common
├─ io.github.dft.shipster.common.LocalDateTimeDeserializer.class - [JAR]
├─ io.github.dft.shipster.common.LocalDateTimeSerializer.class - [JAR]
io.github.dft.shipster.constantcode
├─ io.github.dft.shipster.constantcode.ConstantCodes.class - [JAR]
├─ io.github.dft.shipster.constantcode.ShipsterPrividers.class - [JAR]