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 potato-webmvc-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.potato.web
├─ cn.potato.web.Dispatcher.class - [JAR]
├─ cn.potato.web.Interceptor.class - [JAR]
├─ cn.potato.web.Result.class - [JAR]
cn.potato.helper
├─ cn.potato.helper.BeanHelper.class - [JAR]
├─ cn.potato.helper.ConvertHelper.class - [JAR]
├─ cn.potato.helper.Helper.class - [JAR]
cn.potato.annotation
├─ cn.potato.annotation.Intercept.class - [JAR]
cn.potato.core
├─ cn.potato.core.HandlerMethodArgsBuilder.class - [JAR]
├─ cn.potato.core.MappingHolder.class - [JAR]