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 kq-universal-mybatis-encrypt-starter-1.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kqinfo.universal.mybatis.annotation
├─ com.kqinfo.universal.mybatis.annotation.FieldEncrypt.class - [JAR]
com.kqinfo.universal.mybatis.config
├─ com.kqinfo.universal.mybatis.config.MybatisEncryptAutoConfiguration.class - [JAR]
com.kqinfo.universal.mybatis.interceptor
├─ com.kqinfo.universal.mybatis.interceptor.FieldDecryptInterceptor.class - [JAR]
├─ com.kqinfo.universal.mybatis.interceptor.FieldEncryptInterceptor.class - [JAR]
├─ com.kqinfo.universal.mybatis.interceptor.FieldInfo.class - [JAR]
com.kqinfo.universal.mybatis.properties
├─ com.kqinfo.universal.mybatis.properties.EncryptProperties.class - [JAR]
com.kqinfo.universal.mybatis.util
├─ com.kqinfo.universal.mybatis.util.EncryptHandler.class - [JAR]