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 akka-grpc-codegen_2.13-2.3.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
templates.ScalaClient.txt
├─ templates.ScalaClient.txt.Client.class - [JAR]
akka.grpc.gen.scaladsl
├─ akka.grpc.gen.scaladsl.Method.class - [JAR]
├─ akka.grpc.gen.scaladsl.ScalaClientCodeGenerator.class - [JAR]
├─ akka.grpc.gen.scaladsl.ScalaCodeGenerator.class - [JAR]
├─ akka.grpc.gen.scaladsl.ScalaMarshallersCodeGenerator.class - [JAR]
├─ akka.grpc.gen.scaladsl.ScalaServerCodeGenerator.class - [JAR]
├─ akka.grpc.gen.scaladsl.ScalaTraitCodeGenerator.class - [JAR]
├─ akka.grpc.gen.scaladsl.Serializer.class - [JAR]
├─ akka.grpc.gen.scaladsl.Service.class - [JAR]
templates.JavaCommon.txt
├─ templates.JavaCommon.txt.ApiInterface.class - [JAR]
templates.ScalaServer.txt
├─ templates.ScalaServer.txt.Handler.class - [JAR]
├─ templates.ScalaServer.txt.PowerApiTrait.class - [JAR]
templates.JavaClient.txt
├─ templates.JavaClient.txt.Client.class - [JAR]
├─ templates.JavaClient.txt.ClientPowerApi.class - [JAR]
├─ templates.JavaClient.txt.GenMethodImports.class - [JAR]
akka.grpc.gen
├─ akka.grpc.gen.BidiStreaming.class - [JAR]
├─ akka.grpc.gen.BuildInfo.class - [JAR]
├─ akka.grpc.gen.ClientStreaming.class - [JAR]
├─ akka.grpc.gen.CodeGenerator.class - [JAR]
├─ akka.grpc.gen.Constants.class - [JAR]
├─ akka.grpc.gen.FileLogger.class - [JAR]
├─ akka.grpc.gen.Logger.class - [JAR]
├─ akka.grpc.gen.Main.class - [JAR]
├─ akka.grpc.gen.MethodType.class - [JAR]
├─ akka.grpc.gen.ProtocSettings.class - [JAR]
├─ akka.grpc.gen.ReflectiveLogger.class - [JAR]
├─ akka.grpc.gen.ServerStreaming.class - [JAR]
├─ akka.grpc.gen.SilencedLogger.class - [JAR]
├─ akka.grpc.gen.StdoutLogger.class - [JAR]
├─ akka.grpc.gen.Unary.class - [JAR]
templates.JavaServer.txt
├─ templates.JavaServer.txt.Handler.class - [JAR]
├─ templates.JavaServer.txt.PowerApiInterface.class - [JAR]
templates.ScalaCommon.txt
├─ templates.ScalaCommon.txt.ApiTrait.class - [JAR]
├─ templates.ScalaCommon.txt.Marshallers.class - [JAR]
akka.grpc.gen.javadsl
├─ akka.grpc.gen.javadsl.JavaClientCodeGenerator.class - [JAR]
├─ akka.grpc.gen.javadsl.JavaCodeGenerator.class - [JAR]
├─ akka.grpc.gen.javadsl.JavaInterfaceCodeGenerator.class - [JAR]
├─ akka.grpc.gen.javadsl.JavaServerCodeGenerator.class - [JAR]
├─ akka.grpc.gen.javadsl.Method.class - [JAR]
├─ akka.grpc.gen.javadsl.Serializer.class - [JAR]
├─ akka.grpc.gen.javadsl.Service.class - [JAR]