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 trpc-spring-cloud-gateway-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tencent.trpc.spring.cloud.gateway.rewriter
├─ com.tencent.trpc.spring.cloud.gateway.rewriter.DefaultTrpcRequestRewriter.class - [JAR]
├─ com.tencent.trpc.spring.cloud.gateway.rewriter.DefaultTrpcResponseRewriter.class - [JAR]
├─ com.tencent.trpc.spring.cloud.gateway.rewriter.TrpcRequestRewriter.class - [JAR]
├─ com.tencent.trpc.spring.cloud.gateway.rewriter.TrpcResponseRewriter.class - [JAR]
com.tencent.trpc.spring.cloud.gateway
├─ com.tencent.trpc.spring.cloud.gateway.TrpcGatewayApplication.class - [JAR]
com.tencent.trpc.spring.cloud.gateway.autoconfigure
├─ com.tencent.trpc.spring.cloud.gateway.autoconfigure.EnableTrpcRouting.class - [JAR]
├─ com.tencent.trpc.spring.cloud.gateway.autoconfigure.TrpcGatewayConfig.class - [JAR]
com.tencent.trpc.spring.cloud.gateway.client
├─ com.tencent.trpc.spring.cloud.gateway.client.GatewayClient.class - [JAR]
├─ com.tencent.trpc.spring.cloud.gateway.client.TrpcGatewayClient.class - [JAR]
com.tencent.trpc.spring.cloud.gateway.filter
├─ com.tencent.trpc.spring.cloud.gateway.filter.TrpcGatewayFilterFactory.class - [JAR]
├─ com.tencent.trpc.spring.cloud.gateway.filter.TrpcRoutingFilter.class - [JAR]