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 authorization-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.realdoctor.authorization.token.impl
├─ com.realdoctor.authorization.token.impl.AbstractTokenManager.class - [JAR]
├─ com.realdoctor.authorization.token.impl.RedisTokenManager.class - [JAR]
com.realdoctor.authorization.token
├─ com.realdoctor.authorization.token.TokenManager.class - [JAR]
com.realdoctor.authorization.util
├─ com.realdoctor.authorization.util.JwtUtil.class - [JAR]
com.realdoctor.authorization
├─ com.realdoctor.authorization.JwtConfig.class - [JAR]
com.realdoctor.authorization.annotation
├─ com.realdoctor.authorization.annotation.Authorization.class - [JAR]
├─ com.realdoctor.authorization.annotation.CurrentUser.class - [JAR]