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 codegen-1.0.0-alpha01.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.teogor.stitch.codegen
โโ dev.teogor.stitch.codegen.CodeGenerator.class - [JAR]
dev.teogor.stitch.codegen.servicelocator
โโ dev.teogor.stitch.codegen.servicelocator.OutputWriter.class - [JAR]
โโ dev.teogor.stitch.codegen.servicelocator.ServiceLocatorAccessor.class - [JAR]
โโ dev.teogor.stitch.codegen.servicelocator.ServiceLocatorAccessorKt.class - [JAR]
dev.teogor.stitch.codegen.facades
โโ dev.teogor.stitch.codegen.facades.CodeOutputStreamMaker.class - [JAR]
โโ dev.teogor.stitch.codegen.facades.CodeOutputStreamMakerKt.class - [JAR]
โโ dev.teogor.stitch.codegen.facades.Logger.class - [JAR]
dev.teogor.stitch.codegen.writers
โโ dev.teogor.stitch.codegen.writers.OperationOutputWriter.class - [JAR]
โโ dev.teogor.stitch.codegen.writers.RepositoryImplOutputWriter.class - [JAR]
โโ dev.teogor.stitch.codegen.writers.RepositoryOutputWriter.class - [JAR]
โโ dev.teogor.stitch.codegen.writers.StitchModuleOutputWriter.class - [JAR]
dev.teogor.stitch.codegen.commons
โโ dev.teogor.stitch.codegen.commons.ConstantsKt.class - [JAR]
โโ dev.teogor.stitch.codegen.commons.UtilsKt.class - [JAR]
dev.teogor.stitch.codegen.model
โโ dev.teogor.stitch.codegen.model.CodeGenConfig.class - [JAR]
โโ dev.teogor.stitch.codegen.model.DatabaseModel.class - [JAR]
โโ dev.teogor.stitch.codegen.model.FieldKind.class - [JAR]
โโ dev.teogor.stitch.codegen.model.FunctionData.class - [JAR]
โโ dev.teogor.stitch.codegen.model.FunctionKind.class - [JAR]
โโ dev.teogor.stitch.codegen.model.ParameterKind.class - [JAR]
โโ dev.teogor.stitch.codegen.model.RoomModel.class - [JAR]