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 predictionio-sdk-java-client-0.13.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.predictionio.sdk.java
├─ org.apache.predictionio.sdk.java.APIResponse.class - [JAR]
├─ org.apache.predictionio.sdk.java.BaseClient.class - [JAR]
├─ org.apache.predictionio.sdk.java.DateTimeAdapter.class - [JAR]
├─ org.apache.predictionio.sdk.java.EngineClient.class - [JAR]
├─ org.apache.predictionio.sdk.java.Event.class - [JAR]
├─ org.apache.predictionio.sdk.java.EventClient.class - [JAR]
├─ org.apache.predictionio.sdk.java.FileExporter.class - [JAR]
├─ org.apache.predictionio.sdk.java.FutureAPIResponse.class - [JAR]