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 model-generator-1.1.0-alpha1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.apptik.json.modelgen
├─ io.apptik.json.modelgen.FtlGenerator.class - [JAR]
├─ io.apptik.json.modelgen.Generator.class - [JAR]
├─ io.apptik.json.modelgen.Util.class - [JAR]
io.apptik.json.modelgen.util
├─ io.apptik.json.modelgen.util.RuleAndReplacement.class - [JAR]
├─ io.apptik.json.modelgen.util.SchemaStore.class - [JAR]
├─ io.apptik.json.modelgen.util.UriUtils.class - [JAR]
├─ io.apptik.json.modelgen.util.WordUtils.class - [JAR]