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 scalding-macros_2.11-0.15.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.twitter.scalding.macros
├─ com.twitter.scalding.macros.MacroImplicits.class - [JAR]
├─ com.twitter.scalding.macros.Macros.class - [JAR]
com.twitter.scalding.macros.impl
├─ com.twitter.scalding.macros.impl.FieldsProviderImpl.class - [JAR]
├─ com.twitter.scalding.macros.impl.TupleConverterImpl.class - [JAR]
├─ com.twitter.scalding.macros.impl.TupleSetterImpl.class - [JAR]
├─ com.twitter.scalding.macros.impl.TypeDescriptorProviderImpl.class - [JAR]