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 admin4j-common-spring-web-0.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.admin4j.common.service
├─ com.admin4j.common.service.ILoginTenantInfoService.class - [JAR]
├─ com.admin4j.common.service.ILoginUserInfoService.class - [JAR]
├─ com.admin4j.common.service.IUserContextHolder.class - [JAR]
com.admin4j.common.pojo
├─ com.admin4j.common.pojo.AuthenticationUser.class - [JAR]
├─ com.admin4j.common.pojo.SimpleResponse.class - [JAR]
com.admin4j.common.util
├─ com.admin4j.common.util.ServletUtils.class - [JAR]
├─ com.admin4j.common.util.UserContextUtil.class - [JAR]
├─ com.admin4j.common.util.ValidatorUtils.class - [JAR]
com.admin4j.common.config
├─ com.admin4j.common.config.UserContextConfig.class - [JAR]
com.admin4j.common.pojo.event
├─ com.admin4j.common.pojo.event.GlobalExceptionEvent.class - [JAR]
com.admin4j.common.exception.handler
├─ com.admin4j.common.exception.handler.AbstractExceptionHandler.class - [JAR]
com.admin4j.common.exception
├─ com.admin4j.common.exception.ValidateException.class - [JAR]