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 phantom-thrift_2.10-1.29.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.websudos.phantom.thrift
├─ com.websudos.phantom.thrift.ThriftTest.class - [JAR]
├─ com.websudos.phantom.thrift.package.class - [JAR]
com.websudos.phantom.thrift.columns
├─ com.websudos.phantom.thrift.columns.CollectionThriftColumnDefinition.class - [JAR]
├─ com.websudos.phantom.thrift.columns.OptionalThriftColumn.class - [JAR]
├─ com.websudos.phantom.thrift.columns.RootThriftPrimitive.class - [JAR]
├─ com.websudos.phantom.thrift.columns.ThriftColumn.class - [JAR]
├─ com.websudos.phantom.thrift.columns.ThriftColumnDefinition.class - [JAR]
├─ com.websudos.phantom.thrift.columns.ThriftListColumn.class - [JAR]
├─ com.websudos.phantom.thrift.columns.ThriftMapColumn.class - [JAR]
├─ com.websudos.phantom.thrift.columns.ThriftSetColumn.class - [JAR]