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 treehouse-schema-generator-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
app.cash.treehouse.schema.generator
├─ app.cash.treehouse.schema.generator.Children.class - [JAR]
├─ app.cash.treehouse.schema.generator.ComposeGenerationKt.class - [JAR]
├─ app.cash.treehouse.schema.generator.DisplayGenerationKt.class - [JAR]
├─ app.cash.treehouse.schema.generator.Event.class - [JAR]
├─ app.cash.treehouse.schema.generator.Main.class - [JAR]
├─ app.cash.treehouse.schema.generator.Node.class - [JAR]
├─ app.cash.treehouse.schema.generator.Property.class - [JAR]
├─ app.cash.treehouse.schema.generator.Schema.class - [JAR]
├─ app.cash.treehouse.schema.generator.SchemaParserKt.class - [JAR]
├─ app.cash.treehouse.schema.generator.Trait.class - [JAR]
├─ app.cash.treehouse.schema.generator.TreehouseGenerator.class - [JAR]
├─ app.cash.treehouse.schema.generator.TypesKt.class - [JAR]