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 play-grpc-generators_2.12-0.12.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
play.grpc.gen.scaladsl
├─ play.grpc.gen.scaladsl.PlayScalaClientCodeGenerator.class - [JAR]
├─ play.grpc.gen.scaladsl.PlayScalaServerCodeGenerator.class - [JAR]
templates.PlayScala.txt
├─ templates.PlayScala.txt.ClientProvider.class - [JAR]
├─ templates.PlayScala.txt.PekkoGrpcClientModule.class - [JAR]
├─ templates.PlayScala.txt.Router.class - [JAR]
├─ templates.PlayScala.txt.RouterUsingActions.class - [JAR]
templates.PlayJavaServer.txt
├─ templates.PlayJavaServer.txt.Router.class - [JAR]
├─ templates.PlayJavaServer.txt.RouterUsingActions.class - [JAR]
play.grpc.gen.javadsl
├─ play.grpc.gen.javadsl.PlayJavaClientCodeGenerator.class - [JAR]
├─ play.grpc.gen.javadsl.PlayJavaServerCodeGenerator.class - [JAR]
templates.PlayJava.txt
├─ templates.PlayJava.txt.ClientProvider.class - [JAR]
├─ templates.PlayJava.txt.PekkoGrpcClientModule.class - [JAR]
play.grpc.gen
├─ play.grpc.gen.BuildInfo.class - [JAR]