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 core-1.0.0-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.applcn.example.model
├─ com.applcn.example.model.AccountModel.class - [JAR]
├─ com.applcn.example.model.CloseOrderModel.class - [JAR]
├─ com.applcn.example.model.OrderModel.class - [JAR]
├─ com.applcn.example.model.OrderQueryModel.class - [JAR]
├─ com.applcn.example.model.RefundModel.class - [JAR]
├─ com.applcn.example.model.RefundQueryModel.class - [JAR]
├─ com.applcn.example.model.UnifiedOrderModel.class - [JAR]
com.applcn.example.annotation
├─ com.applcn.example.annotation.Exclude.class - [JAR]
├─ com.applcn.example.annotation.XmlNode.class - [JAR]
├─ com.applcn.example.annotation.XmlPattern.class - [JAR]
com.applcn.example.handler
├─ com.applcn.example.handler.MethodHandler.class - [JAR]
├─ com.applcn.example.handler.NotifyHandler.class - [JAR]
com.applcn.example.utils
├─ com.applcn.example.utils.EncryptUtil.class - [JAR]
├─ com.applcn.example.utils.MapUtil.class - [JAR]
├─ com.applcn.example.utils.StringUtil.class - [JAR]
├─ com.applcn.example.utils.XmlUtil.class - [JAR]
com.applcn.example.proxy
├─ com.applcn.example.proxy.MethodProxy.class - [JAR]
├─ com.applcn.example.proxy.NotifyManageProxy.class - [JAR]
com.applcn.example.result
├─ com.applcn.example.result.CloseOrderResult.class - [JAR]
├─ com.applcn.example.result.QueryOrderResult.class - [JAR]
├─ com.applcn.example.result.RefundQueryResult.class - [JAR]
├─ com.applcn.example.result.RefundResult.class - [JAR]
├─ com.applcn.example.result.UnifiedOrderResult.class - [JAR]