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 scalaconfig_2.11-0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.andr83.scalaconfig
├─ com.github.andr83.scalaconfig.Reader.class - [JAR]
├─ com.github.andr83.scalaconfig.package.class - [JAR]
com.github.andr83.scalaconfig.instances
├─ com.github.andr83.scalaconfig.instances.DefaultReader.class - [JAR]
├─ com.github.andr83.scalaconfig.instances.GenericReader.class - [JAR]
├─ com.github.andr83.scalaconfig.instances.HReader.class - [JAR]
├─ com.github.andr83.scalaconfig.instances.RecordToMap.class - [JAR]