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 leisure.springboot.authorization-1.1.1.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
leisure.springboot.authorization
├─ leisure.springboot.authorization.AuthorizationCondition.class - [JAR]
├─ leisure.springboot.authorization.AuthorizationInterceptor.class - [JAR]
├─ leisure.springboot.authorization.AuthorizationInterceptorConfig.class - [JAR]
├─ leisure.springboot.authorization.AuthorizationManager.class - [JAR]
├─ leisure.springboot.authorization.TokenUtils.class - [JAR]
├─ leisure.springboot.authorization.UserAccessStrategy.class - [JAR]
├─ leisure.springboot.authorization.UserAccessStrategyService.class - [JAR]
├─ leisure.springboot.authorization.UserAuthorization.class - [JAR]
├─ leisure.springboot.authorization.UserInfoService.class - [JAR]