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-extensions-python-2.49.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.beam.sdk.extensions.python
├─ org.apache.beam.sdk.extensions.python.PythonExternalTransform.class - [JAR]
├─ org.apache.beam.sdk.extensions.python.PythonExternalTransformOptions.class - [JAR]
├─ org.apache.beam.sdk.extensions.python.PythonExternalTransformOptionsRegistrar.class - [JAR]
├─ org.apache.beam.sdk.extensions.python.PythonService.class - [JAR]
org.apache.beam.sdk.extensions.python.transforms
├─ org.apache.beam.sdk.extensions.python.transforms.DataframeTransform.class - [JAR]
├─ org.apache.beam.sdk.extensions.python.transforms.PythonMap.class - [JAR]
├─ org.apache.beam.sdk.extensions.python.transforms.RunInference.class - [JAR]