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 stark-web-1.2.1.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.kaizen4j.web.advice.annotation
├─ com.github.kaizen4j.web.advice.annotation.NotWrapResponseBody.class - [JAR]
com.github.kaizen4j.web.advice
├─ com.github.kaizen4j.web.advice.ControllerResponseBodyAdvice.class - [JAR]
├─ com.github.kaizen4j.web.advice.ExceptionHandlerControllerAdvice.class - [JAR]
com.github.kaizen4j.web.interceptor
├─ com.github.kaizen4j.web.interceptor.AbstractInterceptor.class - [JAR]
├─ com.github.kaizen4j.web.interceptor.MethodLogInterceptor.class - [JAR]
├─ com.github.kaizen4j.web.interceptor.RequestIdempotentInterceptor.class - [JAR]
com.github.kaizen4j.web.filter.xss
├─ com.github.kaizen4j.web.filter.xss.HttpServletRequestXssFilter.class - [JAR]
├─ com.github.kaizen4j.web.filter.xss.HttpServletRequestXssWrapper.class - [JAR]
com.github.kaizen4j.web.constant
├─ com.github.kaizen4j.web.constant.HttpCodeEnum.class - [JAR]
com.github.kaizen4j.web.interceptor.annotation
├─ com.github.kaizen4j.web.interceptor.annotation.Idempotent.class - [JAR]
com.github.kaizen4j.web
├─ com.github.kaizen4j.web.WebComponentAutoConfiguration.class - [JAR]
com.github.kaizen4j.web.entity.vo
├─ com.github.kaizen4j.web.entity.vo.PageResultVO.class - [JAR]
├─ com.github.kaizen4j.web.entity.vo.ResponseResultVO.class - [JAR]