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.weixinkf-3.4.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.weixinkf.kfaccount
├─ org.tinygroup.weixinkf.kfaccount.AddCustomerAccount.class - [JAR]
├─ org.tinygroup.weixinkf.kfaccount.CustomerServiceAccount.class - [JAR]
├─ org.tinygroup.weixinkf.kfaccount.DelCustomerAccount.class - [JAR]
├─ org.tinygroup.weixinkf.kfaccount.EditCustomerAccount.class - [JAR]
├─ org.tinygroup.weixinkf.kfaccount.GetCustomerAccountList.class - [JAR]
├─ org.tinygroup.weixinkf.kfaccount.ManageCustomerAccount.class - [JAR]
├─ org.tinygroup.weixinkf.kfaccount.UploadHeadIcon.class - [JAR]
org.tinygroup.weixinkf.kfmessage
├─ org.tinygroup.weixinkf.kfmessage.CommonKfMessage.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.ImageKfMessage.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.MusicKfMessage.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.NewsKfMessage.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.TextKfMessage.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.VideoKfMessage.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.VoiceKfMessage.class - [JAR]
org.tinygroup.weixinkf.convert.json
├─ org.tinygroup.weixinkf.convert.json.CustomerAccountListResultConvert.class - [JAR]
org.tinygroup.weixinkf.result
├─ org.tinygroup.weixinkf.result.CustomerAccountListResult.class - [JAR]
org.tinygroup.weixinkf.kfmessage.item
├─ org.tinygroup.weixinkf.kfmessage.item.ArticleItem.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.item.ImageJsonItem.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.item.MusicJsonItem.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.item.NewsJsonItem.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.item.TextJsonItem.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.item.VideoJsonItem.class - [JAR]
├─ org.tinygroup.weixinkf.kfmessage.item.VoiceJsonItem.class - [JAR]