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 beam-sdks-java-io-json-2.52.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.beam.sdk.io.json.providers
├─ org.apache.beam.sdk.io.json.providers.AutoValue_JsonWriteTransformProvider_JsonWriteConfiguration.class - [JAR]
├─ org.apache.beam.sdk.io.json.providers.JsonWriteTransformProvider.class - [JAR]
org.apache.beam.sdk.io.json
├─ org.apache.beam.sdk.io.json.AutoValue_JsonIO_Write.class - [JAR]
├─ org.apache.beam.sdk.io.json.JsonIO.class - [JAR]