All Classes
| Class | Description |
|---|---|
| CommonExtension |
This class contain the parameters that are common to all Gradle Extensions for this plugin, that is the parameters
that are common to all the tasks of this plugin.
|
| CommonTask |
This class contain the parameters that are common to all Gradle Extensions for this plugin, that is the parameters
that are common to all the tasks of this plugin.
|
| GenerateClientCodeExtension | |
| GenerateClientCodeSpringConfiguration | |
| GenerateClientCodeTask |
The generateClientCode Maven goal (and Gradle task) generates the java code from one or more GraphQL schemas.
|
| GenerateCodeCommonExtension |
This class is the super class of all Gradle Extensions that generate code, that is the
GenerateClientCodeExtension, the GenerateServerCodeExtension and the GraphQLExtension
extensions. |
| GenerateCodeCommonTask |
This class is the super class of all Gradle Extensions that generate code, that is the
GenerateClientCodeExtension, the GenerateServerCodeExtension and the GraphQLExtension
extensions. |
| GenerateGraphQLSchemaExtension |
Parameters for the GraphQL Gradle plugin.
|
| GenerateGraphQLSchemaSpringConfiguration | |
| GenerateGraphQLSchemaTask |
The generateGraphQLSchema goal generates GraphQL schema, based on the source GraphQL schemas, and possibly
containing additional stuff, like the Relay connection objects.
|
| GeneratePojoExtension |
Parameters for the GraphQL Gradle plugin.
|
| GeneratePojoSpringConfiguration | |
| GeneratePojoTask |
The generatePojo goal generates all the java objects that match the provided GraphQL schema.
|
| GenerateServerCodeExtension | |
| GenerateServerCodeSpringConfiguration | |
| GenerateServerCodeTask |
The generateServerCode Maven goal (and Gradle task) generates the java code for an almost ready to start
GraphQL server.
|
| GraphQLExtension |
Parameters for the GraphQL Gradle plugin.
|
| GraphQLGenerateCodeSpringConfiguration | |
| GraphQLGenerateCodeTask |
This goal is deprecated.
|
| GraphQLPlugin |