Package com.graphql_java_generator.mavenplugin
package com.graphql_java_generator.mavenplugin
-
ClassDescriptionThis class is the super class of all Mojos.This class is the super class of all Mojos that generates the client code, that is the
GenerateClientCodeMojo
mojo.This class is the super class of all Mojos that generates the code, that is theGenerateClientCodeMojo
, theGenerateServerCodeMojo
and theGraphQLMojo
mojos.This class is the super class of all Mojos that generates the code, that is theGenerateServerCodeMojo
and theGraphQLMojo
mojos.This class is the class that contains all parameters that needed for theGraphQLMojo
, that is all parameters that are common to all generate code Mojos.The generateClientCode Maven goal (and Gradle task) generates the java code from one or more GraphQL schemas.The generateGraphQLSchema goal generates GraphQL schema, based on the source GraphQL schemas, and possibly containing additional stuff, like the Relay connection objects.The generatePojo goal generates all the java objects that match the provided GraphQL schema.The generateServerCode Maven goal (and Gradle task) generates the java code for an almost ready to start GraphQL server.This goal is deprecated.