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 json-schema-processor-examples-0.8.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.fge.jjschema
├─ com.github.fge.jjschema.JJSchemaFromSource.class - [JAR]
├─ com.github.fge.jjschema.JJSchemaProcessor.class - [JAR]
├─ com.github.fge.jjschema.JJSchemaValidator.class - [JAR]
com.github.fge.jsonschema2pojo
├─ com.github.fge.jsonschema2pojo.DraftV3OnlySyntaxProcessor.class - [JAR]
├─ com.github.fge.jsonschema2pojo.JsonSchema2SourceCode.class - [JAR]
├─ com.github.fge.jsonschema2pojo.UnsupportedVersionException.class - [JAR]
com.github.fge.jsonpatch
├─ com.github.fge.jsonpatch.JsonPatchInput.class - [JAR]
├─ com.github.fge.jsonpatch.JsonPatchProcessor.class - [JAR]
com.github.fge.compiler
├─ com.github.fge.compiler.CompilerOutput.class - [JAR]
├─ com.github.fge.compiler.CompilerOutputDirectory.class - [JAR]
├─ com.github.fge.compiler.CompilerProcessor.class - [JAR]
├─ com.github.fge.compiler.CompilingException.class - [JAR]
├─ com.github.fge.compiler.DevNull.class - [JAR]
├─ com.github.fge.compiler.DiagnosticsReporting.class - [JAR]
├─ com.github.fge.compiler.FromStringFileObject.class - [JAR]