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 Entity2Table-7.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.qiunet.entity2table.service
├─ org.qiunet.entity2table.service.CreateTableService.class - [JAR]
org.qiunet.entity2table.controller
├─ org.qiunet.entity2table.controller.CreateTableController.class - [JAR]
org.qiunet.entity2table.command
├─ org.qiunet.entity2table.command.Columns.class - [JAR]
├─ org.qiunet.entity2table.command.FieldParam.class - [JAR]
├─ org.qiunet.entity2table.command.TableCreateParam.class - [JAR]
├─ org.qiunet.entity2table.command.TableParam.class - [JAR]