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 toolkit-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.netkit.toolkit.util
├─ top.netkit.toolkit.util.BeanCopierUtil.class - [JAR]
├─ top.netkit.toolkit.util.JsonUtil.class - [JAR]
top.netkit.toolkit.base
├─ top.netkit.toolkit.base.CacheKeyAble.class - [JAR]
├─ top.netkit.toolkit.base.Convertible.class - [JAR]
├─ top.netkit.toolkit.base.Mappable.class - [JAR]
├─ top.netkit.toolkit.base.ResponseCode.class - [JAR]
top.netkit.toolkit.exception
├─ top.netkit.toolkit.exception.ResponseException.class - [JAR]
├─ top.netkit.toolkit.exception.ServiceException.class - [JAR]
├─ top.netkit.toolkit.exception.ValidateException.class - [JAR]
top.netkit.toolkit.data.response
├─ top.netkit.toolkit.data.response.ApiResponse.class - [JAR]
├─ top.netkit.toolkit.data.response.PageList.class - [JAR]