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 bubble-fireworks-plugin-token-2021.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.fxbin.bubble.plugin.token.exception
├─ cn.fxbin.bubble.plugin.token.exception.InvalidClaimException.class - [JAR]
├─ cn.fxbin.bubble.plugin.token.exception.TokenExpiredException.class - [JAR]
cn.fxbin.bubble.plugin.token
├─ cn.fxbin.bubble.plugin.token.DoubleJwt.class - [JAR]
├─ cn.fxbin.bubble.plugin.token.SingleJwt.class - [JAR]
cn.fxbin.bubble.plugin.token.model
├─ cn.fxbin.bubble.plugin.token.model.TokenPayload.class - [JAR]
├─ cn.fxbin.bubble.plugin.token.model.Tokens.class - [JAR]
cn.fxbin.bubble.plugin.token.constant
├─ cn.fxbin.bubble.plugin.token.constant.TokenConstants.class - [JAR]