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 MatrixAuthClient-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.yeecode.matrixauth.client.bean
├─ com.github.yeecode.matrixauth.client.bean.DataSourceBean.class - [JAR]
├─ com.github.yeecode.matrixauth.client.bean.HttpClientBean.class - [JAR]
├─ com.github.yeecode.matrixauth.client.bean.RedisClientBean.class - [JAR]
com.github.yeecode.matrixauth.client.aop
├─ com.github.yeecode.matrixauth.client.aop.MatrixAuthAop.class - [JAR]
com.github.yeecode.matrixauth.client.setup
├─ com.github.yeecode.matrixauth.client.setup.MatrixAuthSetup.class - [JAR]
com.github.yeecode.matrixauth.client.config
├─ com.github.yeecode.matrixauth.client.config.MatrixAuthConfig.class - [JAR]
com.github.yeecode.matrixauth.client
├─ com.github.yeecode.matrixauth.client.MatrixAuthClient.class - [JAR]
com.github.yeecode.matrixauth.client.util
├─ com.github.yeecode.matrixauth.client.util.FullUserKeyGenerator.class - [JAR]
├─ com.github.yeecode.matrixauth.client.util.Result.class - [JAR]
├─ com.github.yeecode.matrixauth.client.util.ResultUtil.class - [JAR]
com.github.yeecode.matrixauth.client.annotation
├─ com.github.yeecode.matrixauth.client.annotation.LocalPerm.class - [JAR]
├─ com.github.yeecode.matrixauth.client.annotation.Perm.class - [JAR]
com.github.yeecode.matrixauth.client.permission
├─ com.github.yeecode.matrixauth.client.permission.PermissionHandler.class - [JAR]
com.github.yeecode.matrixauth.client.constant
├─ com.github.yeecode.matrixauth.client.constant.Sentence.class - [JAR]