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-kotlin-stub-1.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.grpc.kotlin
├─ io.grpc.kotlin.AbstractCoroutineServerImpl.class - [JAR]
├─ io.grpc.kotlin.AbstractCoroutineStub.class - [JAR]
├─ io.grpc.kotlin.ClientCalls.class - [JAR]
├─ io.grpc.kotlin.CoroutineContextServerInterceptor.class - [JAR]
├─ io.grpc.kotlin.GrpcContextElement.class - [JAR]
├─ io.grpc.kotlin.HelpersKt.class - [JAR]
├─ io.grpc.kotlin.Readiness.class - [JAR]
├─ io.grpc.kotlin.ServerCalls.class - [JAR]
├─ io.grpc.kotlin.StubFor.class - [JAR]