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 scala-jsonschema-refined_2.12-0.7.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.andyglow.jsonschema
├─ com.github.andyglow.jsonschema.RefinedSupport.class - [JAR]
com.github.andyglow.jsonschema.refined
├─ com.github.andyglow.jsonschema.refined.AST.class - [JAR]
├─ com.github.andyglow.jsonschema.refined.Extractors.class - [JAR]
├─ com.github.andyglow.jsonschema.refined.HasContext.class - [JAR]
├─ com.github.andyglow.jsonschema.refined.HasLog.class - [JAR]
├─ com.github.andyglow.jsonschema.refined.Logic.class - [JAR]
├─ com.github.andyglow.jsonschema.refined.Math.class - [JAR]
├─ com.github.andyglow.jsonschema.refined.RefinedMacro.class - [JAR]