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 falowp-bot-adapter-qq-2.0.0-RC1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.blr19c.falowp.bot.adapter.qq
├─ com.blr19c.falowp.bot.adapter.qq.QQApplication.class - [JAR]
com.blr19c.falowp.bot.adapter.qq.op.serializer
├─ com.blr19c.falowp.bot.adapter.qq.op.serializer.OpCodeEnumJsonDeserializer.class - [JAR]
├─ com.blr19c.falowp.bot.adapter.qq.op.serializer.OpCodeEnumJsonSerialize.class - [JAR]
├─ com.blr19c.falowp.bot.adapter.qq.op.serializer.OpMessageContentJsonDeserializer.class - [JAR]
├─ com.blr19c.falowp.bot.adapter.qq.op.serializer.OpMessageContentJsonSerializer.class - [JAR]
com.blr19c.falowp.bot.adapter.qq.api
├─ com.blr19c.falowp.bot.adapter.qq.api.QQBotApi.class - [JAR]
├─ com.blr19c.falowp.bot.adapter.qq.api.QQBotApiSupport.class - [JAR]
com.blr19c.falowp.bot.adapter.qq.op
├─ com.blr19c.falowp.bot.adapter.qq.op.OpCodeEnum.class - [JAR]
├─ com.blr19c.falowp.bot.adapter.qq.op.OpException.class - [JAR]
├─ com.blr19c.falowp.bot.adapter.qq.op.OpMessageContent.class - [JAR]
├─ com.blr19c.falowp.bot.adapter.qq.op.OpReceiveMessage.class - [JAR]
├─ com.blr19c.falowp.bot.adapter.qq.op.OpSendMessage.class - [JAR]
├─ com.blr19c.falowp.bot.adapter.qq.op.OpUser.class - [JAR]