Uses of Class
com.graphql_java_generator.mavenplugin.AbstractGenerateCodeCommonMojo
-
-
Uses of AbstractGenerateCodeCommonMojo in com.graphql_java_generator.mavenplugin
Subclasses of AbstractGenerateCodeCommonMojo in com.graphql_java_generator.mavenplugin Modifier and Type Class Description classAbstractGenerateClientCodeMojoThis class is the super class of all Mojos that generates the client code, that is theGenerateClientCodeMojomojo.classAbstractGeneratePojoMojoclassAbstractGenerateServerCodeMojoThis class is the super class of all Mojos that generates the code, that is theGenerateServerCodeMojoand theGraphQLMojomojos.classAbstractGraphQLMojoThis class is the class that contains all parameters that needed for theGraphQLMojo, that is all parameters that are common to all generate code Mojos.classGenerateClientCodeMojoThe generateClientCode Maven goal (and Gradle task) generates the java code from one or more GraphQL schemas.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.
-