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 graphql-dgs-spring-graphql-example-java-8.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.netflix.graphql.dgs.example.datafetcher
├─ com.netflix.graphql.dgs.example.datafetcher.FileUploadMutation.class - [JAR]
├─ com.netflix.graphql.dgs.example.datafetcher.GreetingBatchLoader.class - [JAR]
├─ com.netflix.graphql.dgs.example.datafetcher.MyInstrumentation.class - [JAR]
├─ com.netflix.graphql.dgs.example.datafetcher.Person.class - [JAR]
├─ com.netflix.graphql.dgs.example.datafetcher.SpringGraphQLDataFetchers.class - [JAR]
├─ com.netflix.graphql.dgs.example.datafetcher.WithCookie.class - [JAR]
├─ com.netflix.graphql.dgs.example.datafetcher.WithHeader.class - [JAR]
com.netflix.graphql.dgs.example.context
├─ com.netflix.graphql.dgs.example.context.MyContextBuilder.class - [JAR]
com.netflix.graphql.dgs.example
├─ com.netflix.graphql.dgs.example.SpringGraphQLExampleApp.class - [JAR]