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-maven-plugin-2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.graphql_java_generator.mavenplugin
├─ com.graphql_java_generator.mavenplugin.AbstractCommonMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.AbstractGenerateClientCodeMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.AbstractGenerateCodeCommonMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.AbstractGenerateGraphQLSchemaMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.AbstractGeneratePojoMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.AbstractGenerateServerCodeMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.AbstractGraphQLMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.GenerateClientCodeMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.GenerateGraphQLSchemaMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.GeneratePojoMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.GenerateServerCodeMojo.class - [JAR]
├─ com.graphql_java_generator.mavenplugin.GraphQLMojo.class - [JAR]