Class GeneratePojoExtension

All Implemented Interfaces:
com.graphql_java_generator.plugin.conf.CommonConfiguration, com.graphql_java_generator.plugin.conf.GenerateClientCodeConfiguration, com.graphql_java_generator.plugin.conf.GenerateCodeCommonConfiguration, com.graphql_java_generator.plugin.conf.GeneratePojoConfiguration, com.graphql_java_generator.plugin.conf.GenerateServerCodeConfiguration, com.graphql_java_generator.plugin.conf.GraphQLConfiguration, java.io.Serializable

public class GeneratePojoExtension
extends GraphQLExtension
implements com.graphql_java_generator.plugin.conf.GeneratePojoConfiguration, java.io.Serializable
Parameters for the GraphQL Gradle plugin.
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • isGenerateJacksonAnnotations

      public boolean isGenerateJacksonAnnotations()
      Specified by:
      isGenerateJacksonAnnotations in interface com.graphql_java_generator.plugin.conf.CommonConfiguration
      Specified by:
      isGenerateJacksonAnnotations in interface com.graphql_java_generator.plugin.conf.GenerateClientCodeConfiguration
      Specified by:
      isGenerateJacksonAnnotations in interface com.graphql_java_generator.plugin.conf.GeneratePojoConfiguration
      Specified by:
      isGenerateJacksonAnnotations in interface com.graphql_java_generator.plugin.conf.GenerateServerCodeConfiguration
      Specified by:
      isGenerateJacksonAnnotations in interface com.graphql_java_generator.plugin.conf.GraphQLConfiguration
    • isGenerateJacksonAnnotations_Raw

      public java.lang.Boolean isGenerateJacksonAnnotations_Raw()
    • setGenerateJacksonAnnotations

      public void setGenerateJacksonAnnotations​(boolean generateJacksonAnnotations)