Class GraphQLPlugin

java.lang.Object
com.graphql_java_generator.gradleplugin.GraphQLPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public class GraphQLPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String GENERATE_CLIENT_CODE_EXTENSION
    The extension name to configure the GraphQL plugin, for the client code generation task
    static java.lang.String GENERATE_CLIENT_CODE_TASK_NAME
    The name of the task that generates the client code from the given GraphQL schemas
    static java.lang.String GENERATE_POJO_EXTENSION
    The extension name to configure the GraphQL plugin, for the generatePojo task
    static java.lang.String GENERATE_POJO_TASK_NAME
    The name of the task that generates the POJOs from the given GraphQL schemas
    static java.lang.String GENERATE_SERVER_CODE_EXTENSION
    The extension name to configure the GraphQL plugin, for the server code generation task
    static java.lang.String GENERATE_SERVER_CODE_TASK_NAME
    The name of the task that generates the server code from the given GraphQL schemas
    static java.lang.String GRAPHQL_EXTENSION
    The extension name to configure the GraphQL plugin, for the code generation task
    static java.lang.String GRAPHQL_GENERATE_CODE_TASK_NAME
    The name of the task that generates the code from the given GraphQL schemas
    static java.lang.String MERGE_EXTENSION
    The extension name to configure the GraphQL merge task
    static java.lang.String MERGE_TASK_NAME
    The name of the task that generates a GraphqL that merges several GraphQL schemas
  • Constructor Summary

    Constructors 
    Constructor Description
    GraphQLPlugin()  
  • Method Summary

    Modifier and Type Method Description
    void apply​(org.gradle.api.Project project)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait