jar

dev.teogor.stitch : codegen

Maven & Gradle

Feb 06, 2024
2 stars

Stitch Codegen ยท ๐Ÿชก Stitch handles the Room boilerplate, including automatic generation of repositories, dependency injection integration, and flexible customizations.

Table Of Contents

Latest Version

Download dev.teogor.stitch : codegen JAR file - Latest Versions:

All Versions

Download dev.teogor.stitch : codegen JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement