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-client-spring-boot-0.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
codes.sf.springboot.grpc.client
├─ codes.sf.springboot.grpc.client.GrpcChannelSource.class - [JAR]
├─ codes.sf.springboot.grpc.client.GrpcStubPostProcessor.class - [JAR]
├─ codes.sf.springboot.grpc.client.GrpcStubScan.class - [JAR]
codes.sf.springboot.grpc.client.stubpostprocess
├─ codes.sf.springboot.grpc.client.stubpostprocess.GenericGrpcStubPostProcessor.class - [JAR]
├─ codes.sf.springboot.grpc.client.stubpostprocess.GenericGrpcStubPostProcessorAdapter.class - [JAR]
codes.sf.springboot.grpc.client.autoconfigure
├─ codes.sf.springboot.grpc.client.autoconfigure.GrpcClientAutoConfiguration.class - [JAR]
├─ codes.sf.springboot.grpc.client.autoconfigure.GrpcClientProperties.class - [JAR]
├─ codes.sf.springboot.grpc.client.autoconfigure.GrpcScanAnnotationParser.class - [JAR]
├─ codes.sf.springboot.grpc.client.autoconfigure.GrpcStubScannerConfiguration.class - [JAR]
codes.sf.springboot.grpc.client.context
├─ codes.sf.springboot.grpc.client.context.GrpcStubFactoryBean.class - [JAR]
├─ codes.sf.springboot.grpc.client.context.GrpcStubScanner.class - [JAR]