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 datavec-spark-inference-server_2.10-1.0.0-beta4_spark_1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.datavec.spark.transform
├─ org.datavec.spark.transform.CSVSparkTransformServer.class - [JAR]
├─ org.datavec.spark.transform.FunctionUtil.class - [JAR]
├─ org.datavec.spark.transform.ImageSparkTransformServer.class - [JAR]
├─ org.datavec.spark.transform.SparkTransformServer.class - [JAR]
├─ org.datavec.spark.transform.SparkTransformServerChooser.class - [JAR]
├─ org.datavec.spark.transform.TransformDataType.class - [JAR]