jar

com.microsoft.thrifty : thrifty-kotlin-codegen

Maven & Gradle

Dec 13, 2022
2 usages
538 stars

thrifty-kotlin-codegen · Converts Thrifty Schemas into Kotlin source files

Table Of Contents

Latest Version

Download com.microsoft.thrifty : thrifty-kotlin-codegen JAR file - Latest Versions:

All Versions

Download com.microsoft.thrifty : thrifty-kotlin-codegen JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.1.x
2.0.x
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 thrifty-kotlin-codegen-3.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.microsoft.thrifty.kgen

├─ com.microsoft.thrifty.kgen.ClassNames.class - [JAR]

├─ com.microsoft.thrifty.kgen.KotlinCodeGenerator.class - [JAR]

├─ com.microsoft.thrifty.kgen.Tags.class - [JAR]

├─ com.microsoft.thrifty.kgen.TypeCodeVisitor.class - [JAR]

├─ com.microsoft.thrifty.kgen.TypeNameVisitor.class - [JAR]

├─ com.microsoft.thrifty.kgen.TypeUtilsKt.class - [JAR]

Advertisement