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-grpc-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.grpc.verticle
├─ ai.konduit.serving.vertx.protocols.grpc.verticle.InferenceVerticleGrpc.class - [JAR]
ai.konduit.serving.vertx.protocols.grpc.api
├─ ai.konduit.serving.vertx.protocols.grpc.api.GrpcService.class - [JAR]
├─ ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.class - [JAR]
ai.konduit.serving.vertx.protocols.grpc
├─ ai.konduit.serving.vertx.protocols.grpc.KonduitServingGrpcJsonMapping.class - [JAR]
├─ ai.konduit.serving.vertx.protocols.grpc.VertxGrpcModuleInfo.class - [JAR]