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 soento-framework-web-2023.001.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.soento.framework.web.filter
├─ com.soento.framework.web.filter.MDCFilter.class - [JAR]
com.soento.framework.web.lang
├─ com.soento.framework.web.lang.BaseResp.class - [JAR]
├─ com.soento.framework.web.lang.PageReq.class - [JAR]
├─ com.soento.framework.web.lang.PageResp.class - [JAR]
├─ com.soento.framework.web.lang.Resp.class - [JAR]
com.soento.framework.web.config
├─ com.soento.framework.web.config.WebMvcConfig.class - [JAR]
com.soento.framework.web.autoconfigure
├─ com.soento.framework.web.autoconfigure.SoentoWebAutoConfiguration.class - [JAR]
com.soento.framework.web.support
├─ com.soento.framework.web.support.AbstractController.class - [JAR]
├─ com.soento.framework.web.support.ThrowableControllerAdvice.class - [JAR]