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-java-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.gen
├─ com.microsoft.thrifty.gen.ConstantBuilder.class - [JAR]
├─ com.microsoft.thrifty.gen.FieldNamer.class - [JAR]
├─ com.microsoft.thrifty.gen.GenerateReaderVisitor.class - [JAR]
├─ com.microsoft.thrifty.gen.GenerateWriterVisitor.class - [JAR]
├─ com.microsoft.thrifty.gen.NullabilityAnnotationType.class - [JAR]
├─ com.microsoft.thrifty.gen.ServiceBuilder.class - [JAR]
├─ com.microsoft.thrifty.gen.SimpleVisitor.class - [JAR]
├─ com.microsoft.thrifty.gen.ThriftyCodeGenerator.class - [JAR]
├─ com.microsoft.thrifty.gen.TypeCodeVisitor.class - [JAR]
├─ com.microsoft.thrifty.gen.TypeNameVisitor.class - [JAR]
├─ com.microsoft.thrifty.gen.TypeNames.class - [JAR]
├─ com.microsoft.thrifty.gen.TypeNamesKt.class - [JAR]
├─ com.microsoft.thrifty.gen.TypeResolver.class - [JAR]