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 vavr-gson-0.10.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.vavr.gson
├─ io.vavr.gson.JsonArrayConverter.class - [JAR]
├─ io.vavr.gson.JsonObjectConverter.class - [JAR]
├─ io.vavr.gson.LazyConverter.class - [JAR]
├─ io.vavr.gson.MapConverter.class - [JAR]
├─ io.vavr.gson.MultimapConverter.class - [JAR]
├─ io.vavr.gson.OptionConverter.class - [JAR]
├─ io.vavr.gson.TraversableConverter.class - [JAR]
├─ io.vavr.gson.TupleConverter.class - [JAR]
├─ io.vavr.gson.VavrGson.class - [JAR]