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-match-processor-0.10.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.vavr.match
├─ io.vavr.match.PatternsProcessor.class - [JAR]
├─ io.vavr.match.UnapplyChecker.class - [JAR]
io.vavr.match.generator
├─ io.vavr.match.generator.Generator.class - [JAR]
├─ io.vavr.match.generator.ImportManager.class - [JAR]
io.vavr.match.model
├─ io.vavr.match.model.ClassModel.class - [JAR]
├─ io.vavr.match.model.MethodModel.class - [JAR]
├─ io.vavr.match.model.ParameterModel.class - [JAR]
├─ io.vavr.match.model.TypeParameterModel.class - [JAR]