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, Serializable

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

    • GeneratePojoExtension

      public GeneratePojoExtension(org.gradle.api.file.ProjectLayout projectLayout)
  • 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 Boolean isGenerateJacksonAnnotations_Raw()
    • setGenerateJacksonAnnotations

      public void setGenerateJacksonAnnotations(boolean generateJacksonAnnotations)