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 flink-json-blink-3.6.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.flink.table.descriptors
├─ org.apache.flink.table.descriptors.Json.class - [JAR]
├─ org.apache.flink.table.descriptors.JsonValidator.class - [JAR]
org.apache.flink.formats.json
├─ org.apache.flink.formats.json.JsonNodeDeserializationSchema.class - [JAR]
├─ org.apache.flink.formats.json.JsonRowDeserializationSchema.class - [JAR]
├─ org.apache.flink.formats.json.JsonRowFormatFactory.class - [JAR]
├─ org.apache.flink.formats.json.JsonRowSchemaConverter.class - [JAR]
├─ org.apache.flink.formats.json.JsonRowSerializationSchema.class - [JAR]