Class GenerateGraphQLSchemaConfigurationTestHelper

java.lang.Object
com.graphql_java_generator.plugin.test.helper.GenerateGraphQLSchemaConfigurationTestHelper
All Implemented Interfaces:
com.graphql_java_generator.plugin.conf.CommonConfiguration, com.graphql_java_generator.plugin.conf.GenerateGraphQLSchemaConfiguration

public class GenerateGraphQLSchemaConfigurationTestHelper extends Object implements com.graphql_java_generator.plugin.conf.GenerateGraphQLSchemaConfiguration
Author:
etienne-sf
  • Field Details

    • logger

      public org.slf4j.Logger logger
    • addRelayConnections

      public boolean addRelayConnections
    • packageName

      public String packageName
    • projectDir

      public File projectDir
    • schemaFileFolder

      public File schemaFileFolder
    • schemaFilePattern

      public String schemaFilePattern
    • skipGenerationIfSchemaHasNotChanged

      public boolean skipGenerationIfSchemaHasNotChanged
    • resourceEncoding

      public String resourceEncoding
    • targetFolder

      public File targetFolder
    • targetSchemaFileName

      public String targetSchemaFileName
    • templates

      public Map<String,String> templates
    • typePrefix

      public String typePrefix
    • typeSuffix

      public String typeSuffix
    • unionPrefix

      public String unionPrefix
    • unionSuffix

      public String unionSuffix
    • enumPrefix

      public String enumPrefix
    • enumSuffix

      public String enumSuffix
    • interfacePrefix

      public String interfacePrefix
    • interfaceSuffix

      public String interfaceSuffix
    • inputPrefix

      public String inputPrefix
    • inputSuffix

      public String inputSuffix
  • Constructor Details

    • GenerateGraphQLSchemaConfigurationTestHelper

      public GenerateGraphQLSchemaConfigurationTestHelper(Object caller)
      Parameters:
      caller - Used to retrieve the appropriate Log4j logger