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 projectGenerator-maven-plugin-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.wangjie.fourth.generator.impl
├─ io.github.wangjie.fourth.generator.impl.EntityGeneratorServiceImpl.class - [JAR]
├─ io.github.wangjie.fourth.generator.impl.MapperJGeneratorServiceImpl.class - [JAR]
├─ io.github.wangjie.fourth.generator.impl.MapperXGeneratorServiceImpl.class - [JAR]
io.github.wangjie.fourth.generator
├─ io.github.wangjie.fourth.generator.AbstractGeneratorService.class - [JAR]
├─ io.github.wangjie.fourth.generator.GeneratorService.class - [JAR]
io.github.wangjie.fourth.mapper
├─ io.github.wangjie.fourth.mapper.ColumnMapper.class - [JAR]
├─ io.github.wangjie.fourth.mapper.DataBaseInfoMapper.class - [JAR]
├─ io.github.wangjie.fourth.mapper.TableMapper.class - [JAR]
io.github.wangjie.fourth
├─ io.github.wangjie.fourth.DdDataUtils.class - [JAR]
├─ io.github.wangjie.fourth.GeneratorMojo.class - [JAR]
├─ io.github.wangjie.fourth.WorkFlowUtils.class - [JAR]
io.github.wangjie.fourth.model.db
├─ io.github.wangjie.fourth.model.db.Column.class - [JAR]
├─ io.github.wangjie.fourth.model.db.Table.class - [JAR]
io.github.wangjie.fourth.model.dto
├─ io.github.wangjie.fourth.model.dto.AttrDTO.class - [JAR]
├─ io.github.wangjie.fourth.model.dto.JavaDTO.class - [JAR]
├─ io.github.wangjie.fourth.model.dto.TableDTO.class - [JAR]
io.github.wangjie.fourth.context
├─ io.github.wangjie.fourth.context.GeneratorContext.class - [JAR]
io.github.wangjie.fourth.model.config
├─ io.github.wangjie.fourth.model.config.ConfigJson.class - [JAR]
├─ io.github.wangjie.fourth.model.config.GeneratorConfig.class - [JAR]
├─ io.github.wangjie.fourth.model.config.Jdbc.class - [JAR]
├─ io.github.wangjie.fourth.model.config.ProjectConfig.class - [JAR]
├─ io.github.wangjie.fourth.model.config.ProjectMetaInfo.class - [JAR]
├─ io.github.wangjie.fourth.model.config.TableConfig.class - [JAR]