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 servicetalk-grpc-health-0.42.35.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.servicetalk.health.v1
├─ io.servicetalk.health.v1.Health.class - [JAR]
├─ io.servicetalk.health.v1.HealthCheckRequest.class - [JAR]
├─ io.servicetalk.health.v1.HealthCheckRequestOrBuilder.class - [JAR]
├─ io.servicetalk.health.v1.HealthCheckResponse.class - [JAR]
├─ io.servicetalk.health.v1.HealthCheckResponseOrBuilder.class - [JAR]
├─ io.servicetalk.health.v1.HealthProto.class - [JAR]
io.servicetalk.grpc.health
├─ io.servicetalk.grpc.health.DefaultHealthService.class - [JAR]
├─ io.servicetalk.grpc.health.package-info.class - [JAR]