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 opensearch-ml-spi-2.12.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opensearch.ml.common.spi
├─ org.opensearch.ml.common.spi.MLCommonsExtension.class - [JAR]
org.opensearch.ml.common.spi.tools
├─ org.opensearch.ml.common.spi.tools.Parser.class - [JAR]
├─ org.opensearch.ml.common.spi.tools.Tool.class - [JAR]
├─ org.opensearch.ml.common.spi.tools.ToolAnnotation.class - [JAR]
org.opensearch.ml.common.spi.memory
├─ org.opensearch.ml.common.spi.memory.Memory.class - [JAR]
├─ org.opensearch.ml.common.spi.memory.Message.class - [JAR]