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 jsqlflow-0.2.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.sqlflow.parser
├─ org.sqlflow.parser.ParserGrpc.class - [JAR]
├─ org.sqlflow.parser.ParserProto.class - [JAR]
org.sqlflow.client
├─ org.sqlflow.client.MessageHandler.class - [JAR]
├─ org.sqlflow.client.SQLFlow.class - [JAR]
proto
├─ proto.ModelZooServerGrpc.class - [JAR]
├─ proto.Modelzooserver.class - [JAR]
├─ proto.SQLFlowGrpc.class - [JAR]
├─ proto.Sqlflow.class - [JAR]
org.sqlflow.client.utils
├─ org.sqlflow.client.utils.HTMLDetector.class - [JAR]