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 ballcat-oauth-model-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hccake.ballcat.oauth.util
├─ com.hccake.ballcat.oauth.util.SecurityUtils.class - [JAR]
com.hccake.ballcat.oauth.constant
├─ com.hccake.ballcat.oauth.constant.SecurityConst.class - [JAR]
com.hccake.ballcat.oauth
├─ com.hccake.ballcat.oauth.SysUserDetails.class - [JAR]
com.hccake.ballcat.oauth.domain
├─ com.hccake.ballcat.oauth.domain.DefaultUserAttributes.class - [JAR]
├─ com.hccake.ballcat.oauth.domain.DefaultUserResources.class - [JAR]
├─ com.hccake.ballcat.oauth.domain.UserAttributes.class - [JAR]
├─ com.hccake.ballcat.oauth.domain.UserResources.class - [JAR]