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 jmodel2ts-app-0.19.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
at.datenwort.commons.jmodel2ts.api
├─ at.datenwort.commons.jmodel2ts.api.CustomExporter.class - [JAR]
├─ at.datenwort.commons.jmodel2ts.api.CustomType.class - [JAR]
at.datenwort.commons.jmodel2ts.app
├─ at.datenwort.commons.jmodel2ts.app.AbstractModelExporter.class - [JAR]
├─ at.datenwort.commons.jmodel2ts.app.AbstractSourceGenerator.class - [JAR]
├─ at.datenwort.commons.jmodel2ts.app.ClassNameConverter.class - [JAR]
├─ at.datenwort.commons.jmodel2ts.app.EnumExporter.class - [JAR]
├─ at.datenwort.commons.jmodel2ts.app.InterfaceExporter.class - [JAR]
├─ at.datenwort.commons.jmodel2ts.app.LocalizationType.class - [JAR]
├─ at.datenwort.commons.jmodel2ts.app.ModelExporter.class - [JAR]
├─ at.datenwort.commons.jmodel2ts.app.ServiceExporter.class - [JAR]
├─ at.datenwort.commons.jmodel2ts.app.Toolbox.class - [JAR]
├─ at.datenwort.commons.jmodel2ts.app.TypescriptGenerator.class - [JAR]