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 dart-boot-open-wx-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
im.dart.boot.open.wx.common
├─ im.dart.boot.open.wx.common.HttpUtil.class - [JAR]
im.dart.boot.open.wx.mini.program.response
├─ im.dart.boot.open.wx.mini.program.response.AccessTokenResponse.class - [JAR]
├─ im.dart.boot.open.wx.mini.program.response.BaseResponse.class - [JAR]
├─ im.dart.boot.open.wx.mini.program.response.SessionResponse.class - [JAR]
im.dart.boot.open.wx.mini.program.request
├─ im.dart.boot.open.wx.mini.program.request.SendMessageRequest.class - [JAR]
├─ im.dart.boot.open.wx.mini.program.request.WxMiniAuthRequest.class - [JAR]
im.dart.boot.open.wx.mini.program.data
├─ im.dart.boot.open.wx.mini.program.data.UserInfo.class - [JAR]
im.dart.boot.open.wx.mini.program.config
├─ im.dart.boot.open.wx.mini.program.config.MiniProgramConfig.class - [JAR]
im.dart.boot.open.wx.mini.program
├─ im.dart.boot.open.wx.mini.program.MiniProgram.class - [JAR]