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 migrator-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
one.trueorigin.migrator
├─ one.trueorigin.migrator.Database.class - [JAR]
├─ one.trueorigin.migrator.DatabaseConnectionManager.class - [JAR]
├─ one.trueorigin.migrator.DatabaseFieldType.class - [JAR]
├─ one.trueorigin.migrator.IncomingDatabaseFieldType.class - [JAR]
├─ one.trueorigin.migrator.Indexes.class - [JAR]
├─ one.trueorigin.migrator.SchemaInterpreter.class - [JAR]
├─ one.trueorigin.migrator.Table.class - [JAR]
├─ one.trueorigin.migrator.TableAnnotationNotFound.class - [JAR]
one.trueorigin.migrator.exception
├─ one.trueorigin.migrator.exception.ConnectionStringException.class - [JAR]
├─ one.trueorigin.migrator.exception.DataTypeInvalidException.class - [JAR]
├─ one.trueorigin.migrator.exception.NoFieldDefinedException.class - [JAR]