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 sansheng-solon-plugin-1.0.0-M3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gitee.peigenlpy.sansheng.core.util
├─ com.gitee.peigenlpy.sansheng.core.util.CodeGenerateAction.class - [JAR]
├─ com.gitee.peigenlpy.sansheng.core.util.CodeGenerateUtil.class - [JAR]
├─ com.gitee.peigenlpy.sansheng.core.util.Template.class - [JAR]
com.gitee.peigenlpy.sansheng.core.entity
├─ com.gitee.peigenlpy.sansheng.core.entity.EntityField.class - [JAR]
com.gitee.peigenlpy.sansheng.core.enums
├─ com.gitee.peigenlpy.sansheng.core.enums.ColumnType.class - [JAR]
com.gitee.peigenlpy.sansheng.core.util.function
├─ com.gitee.peigenlpy.sansheng.core.util.function.TempleCamelCaseUtil.class - [JAR]
├─ com.gitee.peigenlpy.sansheng.core.util.function.TempleManageIdUtil.class - [JAR]
├─ com.gitee.peigenlpy.sansheng.core.util.function.TempleUpperFirstUtil.class - [JAR]