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 thrift-maven-plugin-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sohu.thrift.generator.builder
├─ com.sohu.thrift.generator.builder.ThriftFieldBuilder.class - [JAR]
├─ com.sohu.thrift.generator.builder.ThriftFileBuilder.class - [JAR]
├─ com.sohu.thrift.generator.builder.ThriftServiceBuilder.class - [JAR]
├─ com.sohu.thrift.generator.builder.ThriftStructBuilder.class - [JAR]
com.sohu.thrift.generator
├─ com.sohu.thrift.generator.Generic.class - [JAR]
├─ com.sohu.thrift.generator.ThriftEnum.class - [JAR]
├─ com.sohu.thrift.generator.ThriftEnumField.class - [JAR]
├─ com.sohu.thrift.generator.ThriftField.class - [JAR]
├─ com.sohu.thrift.generator.ThriftMethod.class - [JAR]
├─ com.sohu.thrift.generator.ThriftMethodArg.class - [JAR]
├─ com.sohu.thrift.generator.ThriftService.class - [JAR]
├─ com.sohu.thrift.generator.ThriftStruct.class - [JAR]
├─ com.sohu.thrift.generator.ThriftType.class - [JAR]
com.sohu.thrift.generator.utils
├─ com.sohu.thrift.generator.utils.CommonUtils.class - [JAR]
├─ com.sohu.thrift.generator.utils.ParameterNameDiscoverer.class - [JAR]
org.qm.maven.plugin
├─ org.qm.maven.plugin.PackageUtils.class - [JAR]
├─ org.qm.maven.plugin.ThriftFileGenMojo.class - [JAR]