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 table2entry-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bumao.model.table2entry.vistor
├─ com.bumao.model.table2entry.vistor.MysqlCreateColumnVisitor.class - [JAR]
├─ com.bumao.model.table2entry.vistor.MysqlCreateTableVisitor.class - [JAR]
com.bumao.model.table2entry.domain
├─ com.bumao.model.table2entry.domain.TableColumnsVo.class - [JAR]
├─ com.bumao.model.table2entry.domain.TableEntryVo.class - [JAR]
com.bumao.model.table2entry
├─ com.bumao.model.table2entry.ToEntry.class - [JAR]
com.bumao.model.table2entry.utils
├─ com.bumao.model.table2entry.utils.Cleaner.class - [JAR]