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 lihansir-spring-boot-starter-1.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lihansir.platform.starter.resolver
├─ com.lihansir.platform.starter.resolver.GlobalErrorViewResolver.class - [JAR]
com.lihansir.platform.starter.annotation
├─ com.lihansir.platform.starter.annotation.EnableRestResult.class - [JAR]
├─ com.lihansir.platform.starter.annotation.IgnoreRestResult.class - [JAR]
├─ com.lihansir.platform.starter.annotation.UseRestResult.class - [JAR]
com.lihansir.platform.starter.advice
├─ com.lihansir.platform.starter.advice.RestResultHandlerAdvice.class - [JAR]
com.lihansir.platform.starter.utils
├─ com.lihansir.platform.starter.utils.CommonUtil.class - [JAR]
├─ com.lihansir.platform.starter.utils.ServletContextUtil.class - [JAR]
com.lihansir.platform.starter.context
├─ com.lihansir.platform.starter.context.RestResultHolder.class - [JAR]
com.lihansir.platform.starter.handler
├─ com.lihansir.platform.starter.handler.GlobalExceptionHandler.class - [JAR]
com.lihansir.platform.starter.autoconfigure
├─ com.lihansir.platform.starter.autoconfigure.LiHanSirCloudAutoConfiguration.class - [JAR]
├─ com.lihansir.platform.starter.autoconfigure.RestResultAutoConfiguration.class - [JAR]