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 grpc-kt-stub-0.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.grpc.kt.stub
├─ io.grpc.kt.stub.AdaptersKt.class - [JAR]
├─ io.grpc.kt.stub.CallHandler.class - [JAR]
├─ io.grpc.kt.stub.ClientCallsKt.class - [JAR]
├─ io.grpc.kt.stub.GrpcContext.class - [JAR]
├─ io.grpc.kt.stub.ReadyHandler.class - [JAR]
├─ io.grpc.kt.stub.ServerCallsKt.class - [JAR]
io.grpc.kt.core
├─ io.grpc.kt.core.LogUtils.class - [JAR]