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-0.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bendb.thrifty.gen
├─ com.bendb.thrifty.gen.ConstantBuilder.class - [JAR]
├─ com.bendb.thrifty.gen.GenerateReaderVisitor.class - [JAR]
├─ com.bendb.thrifty.gen.GenerateWriterVisitor.class - [JAR]
├─ com.bendb.thrifty.gen.ServiceBuilder.class - [JAR]
├─ com.bendb.thrifty.gen.SimpleVisitor.class - [JAR]
├─ com.bendb.thrifty.gen.ThriftyCodeGenerator.class - [JAR]
├─ com.bendb.thrifty.gen.TypeNames.class - [JAR]
├─ com.bendb.thrifty.gen.TypeResolver.class - [JAR]