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 wechat-boot-starter-2.5.15.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.afu.wechatbootstarter.utils
├─ io.afu.wechatbootstarter.utils.CleanRequest.class - [JAR]
io.afu.wechatbootstarter.properties
├─ io.afu.wechatbootstarter.properties.WechatProperties.class - [JAR]
io.afu.wechatbootstarter.config
├─ io.afu.wechatbootstarter.config.WechatClientAutoConfiguration.class - [JAR]
io.afu.wechatbootstarter.consts
├─ io.afu.wechatbootstarter.consts.WechatErrEnums.class - [JAR]
├─ io.afu.wechatbootstarter.consts.WechatTypeConst.class - [JAR]
io.afu.wechatbootstarter.client
├─ io.afu.wechatbootstarter.client.WechatClient.class - [JAR]
io.afu.wechatbootstarter.exceptions
├─ io.afu.wechatbootstarter.exceptions.WechatException.class - [JAR]
io.afu.wechatbootstarter.dto.req
├─ io.afu.wechatbootstarter.dto.req.WxVerifyReq.class - [JAR]
io.afu.wechatbootstarter.dto.resp
├─ io.afu.wechatbootstarter.dto.resp.WxCode2SessionResp.class - [JAR]
├─ io.afu.wechatbootstarter.dto.resp.WxCommonResp.class - [JAR]