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 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]