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 Magician-Web-2.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.magician.web
├─ com.magician.web.MagicianWeb.class - [JAR]
com.magician.web.mvc.core.constant
├─ com.magician.web.mvc.core.constant.MagicianWebConstant.class - [JAR]
├─ com.magician.web.mvc.core.constant.ReqMethod.class - [JAR]
com.magician.web.mvc.core.annotation
├─ com.magician.web.mvc.core.annotation.Interceptor.class - [JAR]
├─ com.magician.web.mvc.core.annotation.Route.class - [JAR]
├─ com.magician.web.mvc.core.annotation.Verification.class - [JAR]
com.magician.web.mvc.core.model
├─ com.magician.web.mvc.core.model.InterceptorModel.class - [JAR]
├─ com.magician.web.mvc.core.model.RouteModel.class - [JAR]
com.magician.web.mvc.load
├─ com.magician.web.mvc.load.MvcLoad.class - [JAR]
com.magician.web.commons.constant
├─ com.magician.web.commons.constant.DataType.class - [JAR]
com.magician.web.mvc.core.interceptor
├─ com.magician.web.mvc.core.interceptor.MagicianInterceptor.class - [JAR]
com.magician.web.commons.util
├─ com.magician.web.commons.util.JSONUtil.class - [JAR]
├─ com.magician.web.commons.util.JwtManager.class - [JAR]
├─ com.magician.web.commons.util.MatchUtil.class - [JAR]
├─ com.magician.web.commons.util.MsgUtil.class - [JAR]
├─ com.magician.web.commons.util.ParamTypeUtil.class - [JAR]
├─ com.magician.web.commons.util.ParamsCheckUtil.class - [JAR]
├─ com.magician.web.commons.util.StringUtil.class - [JAR]
com.magician.web.mvc.execute
├─ com.magician.web.mvc.execute.BuildParams.class - [JAR]
├─ com.magician.web.mvc.execute.InterceptorExecute.class - [JAR]
├─ com.magician.web.mvc.execute.MvcExecute.class - [JAR]
com.magician.web.mvc.core.cache
├─ com.magician.web.mvc.core.cache.MagicianWebCacheManager.class - [JAR]
com.magician.web.mvc.execute.model
├─ com.magician.web.mvc.execute.model.ResponseInputStream.class - [JAR]