Uses of Class
com.graphql_java_generator.mavenplugin.AbstractGenerateServerCodeMojo
-
-
Uses of AbstractGenerateServerCodeMojo in com.graphql_java_generator.mavenplugin
Subclasses of AbstractGenerateServerCodeMojo in com.graphql_java_generator.mavenplugin Modifier and Type Class Description classAbstractGeneratePojoMojoclassAbstractGraphQLMojoThis class is the class that contains all parameters that needed for theGraphQLMojo, that is all parameters that are common to all generate code Mojos.classGeneratePojoMojoThe generatePojo goal generates all the java objects that match the provided GraphQL schema.classGenerateServerCodeMojoThe generateServerCode Maven goal (and Gradle task) generates the java code for an almost ready to start GraphQL server.classGraphQLMojoThis goal is deprecated.
-