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 konduit-serving-http-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ai.konduit.serving.vertx.protocols.http
├─ ai.konduit.serving.vertx.protocols.http.KonduitServingHttpJsonMapping.class - [JAR]
├─ ai.konduit.serving.vertx.protocols.http.VertxHttpModuleInfo.class - [JAR]
ai.konduit.serving.vertx.protocols.http.api
├─ ai.konduit.serving.vertx.protocols.http.api.ErrorResponse.class - [JAR]
├─ ai.konduit.serving.vertx.protocols.http.api.HttpApiErrorCode.class - [JAR]
├─ ai.konduit.serving.vertx.protocols.http.api.InferenceHttpApi.class - [JAR]
├─ ai.konduit.serving.vertx.protocols.http.api.KonduitServingHttpException.class - [JAR]
ai.konduit.serving.vertx.protocols.http.verticle
├─ ai.konduit.serving.vertx.protocols.http.verticle.InferenceVerticleHttp.class - [JAR]