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 faas-logistics-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.faasadmin.framework.logistics.express
├─ com.faasadmin.framework.logistics.express.AliyunExpressDeliveryService.class - [JAR]
├─ com.faasadmin.framework.logistics.express.ExpressDeliveryService.class - [JAR]
├─ com.faasadmin.framework.logistics.express.KdniaoExpressDeliveryService.class - [JAR]
├─ com.faasadmin.framework.logistics.express.Kuaidi100ExpressDeliveryService.class - [JAR]
com.faasadmin.framework.logistics.dto
├─ com.faasadmin.framework.logistics.dto.ExpressQueryParamDTO.class - [JAR]
├─ com.faasadmin.framework.logistics.dto.ExpressQueryResultDTO.class - [JAR]
com.faasadmin.framework.logistics.group
├─ com.faasadmin.framework.logistics.group.AliyunExpressGroup.class - [JAR]
├─ com.faasadmin.framework.logistics.group.KdniaoExpressGroup.class - [JAR]
├─ com.faasadmin.framework.logistics.group.Kuaidi100ExpressGroup.class - [JAR]
com.faasadmin.framework.logistics.config
├─ com.faasadmin.framework.logistics.config.ExpressDeliveryConfig.class - [JAR]
com.faasadmin.framework.logistics.enums
├─ com.faasadmin.framework.logistics.enums.ExpressDeliveryErrorCodeConstants.class - [JAR]