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-cli-core_2.12-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.bakenezumi.grpccli
├─ com.github.bakenezumi.grpccli.CompositeStreamObserver.class - [JAR]
├─ com.github.bakenezumi.grpccli.DoneObserver.class - [JAR]
├─ com.github.bakenezumi.grpccli.DynamicGrpc.class - [JAR]
├─ com.github.bakenezumi.grpccli.GrpcClient.class - [JAR]
├─ com.github.bakenezumi.grpccli.ServerReflectionGrpc.class - [JAR]
├─ com.github.bakenezumi.grpccli.ServiceListFormat.class - [JAR]
com.github.bakenezumi.grpccli.protobuf
├─ com.github.bakenezumi.grpccli.protobuf.DynamicMessageMarshaller.class - [JAR]
├─ com.github.bakenezumi.grpccli.protobuf.PrintedTypeNameCache.class - [JAR]
├─ com.github.bakenezumi.grpccli.protobuf.ProtoMethodName.class - [JAR]
├─ com.github.bakenezumi.grpccli.protobuf.ProtobufFormat.class - [JAR]
├─ com.github.bakenezumi.grpccli.protobuf.ProtocInvocationException.class - [JAR]
├─ com.github.bakenezumi.grpccli.protobuf.ProtocInvoker.class - [JAR]
├─ com.github.bakenezumi.grpccli.protobuf.ServiceResolver.class - [JAR]
├─ com.github.bakenezumi.grpccli.protobuf.WellKnownTypes.class - [JAR]