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 org.tinygroup.weixinuser-3.4.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.weixinuser.result
├─ org.tinygroup.weixinuser.result.UserInfoResult.class - [JAR]
├─ org.tinygroup.weixinuser.result.UserListItem.class - [JAR]
├─ org.tinygroup.weixinuser.result.UserListResult.class - [JAR]
org.tinygroup.weixinuser.message
├─ org.tinygroup.weixinuser.message.UserInfoMessage.class - [JAR]
├─ org.tinygroup.weixinuser.message.UserListMessage.class - [JAR]
org.tinygroup.weixinuser.convert.json
├─ org.tinygroup.weixinuser.convert.json.UserInfoResultConvert.class - [JAR]
├─ org.tinygroup.weixinuser.convert.json.UserListResultConvert.class - [JAR]