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 spark-0.21.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.djl.spark.task
├─ ai.djl.spark.task.BasePredictor.class - [JAR]
ai.djl.spark.task.binary
├─ ai.djl.spark.task.binary.BinaryPredictor.class - [JAR]
ai.djl.spark.translator.binary
├─ ai.djl.spark.translator.binary.NpBinaryTranslator.class - [JAR]
ai.djl.spark.translator.text
├─ ai.djl.spark.translator.text.TextEmbeddingTranslator.class - [JAR]
ai.djl.spark.translator.vision
├─ ai.djl.spark.translator.vision.ImageClassificationTranslator.class - [JAR]
ai.djl.spark.task.text
├─ ai.djl.spark.task.text.HuggingFaceTextDecoder.class - [JAR]
├─ ai.djl.spark.task.text.HuggingFaceTextEncoder.class - [JAR]
├─ ai.djl.spark.task.text.HuggingFaceTextTokenizer.class - [JAR]
├─ ai.djl.spark.task.text.TextEmbedder.class - [JAR]
├─ ai.djl.spark.task.text.TextPredictor.class - [JAR]
ai.djl.spark.task.vision
├─ ai.djl.spark.task.vision.ImageClassifier.class - [JAR]
├─ ai.djl.spark.task.vision.ImagePredictor.class - [JAR]
ai.djl.spark
├─ ai.djl.spark.ModelLoader.class - [JAR]