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 simple-crud-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.loyayz.simple.helper
├─ com.loyayz.simple.helper.ModelField.class - [JAR]
├─ com.loyayz.simple.helper.ModelHelper.class - [JAR]
├─ com.loyayz.simple.helper.ModelInfo.class - [JAR]
├─ com.loyayz.simple.helper.Snowflake.class - [JAR]
├─ com.loyayz.simple.helper.Utils.class - [JAR]
com.loyayz.simple
├─ com.loyayz.simple.BaseMapper.class - [JAR]
├─ com.loyayz.simple.BaseModel.class - [JAR]
├─ com.loyayz.simple.Page.class - [JAR]
├─ com.loyayz.simple.Sorter.class - [JAR]
com.loyayz.simple.mybatis
├─ com.loyayz.simple.mybatis.MybatisBaseMapper.class - [JAR]
├─ com.loyayz.simple.mybatis.MybatisScripts.class - [JAR]
├─ com.loyayz.simple.mybatis.Pages.class - [JAR]
com.loyayz.simple.annotation
├─ com.loyayz.simple.annotation.IdStrategy.class - [JAR]
├─ com.loyayz.simple.annotation.IdStrategyType.class - [JAR]
├─ com.loyayz.simple.annotation.ModelScan.class - [JAR]
├─ com.loyayz.simple.annotation.ModelScannerRegistrar.class - [JAR]
├─ com.loyayz.simple.annotation.ModelScans.class - [JAR]
├─ com.loyayz.simple.annotation.ModelType.class - [JAR]