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 Summary
Modifier and TypeFieldDescriptionboolean
org.slf4j.Logger
boolean
Fields inherited from interface com.graphql_java_generator.plugin.conf.CommonConfiguration
DEFAULT_ADD_RELAY_CONNECTIONS, DEFAULT_JSON_GRAPHQL_SCHEMA_FILE, DEFAULT_MAX_TOKENS, DEFAULT_PACKAGE_NAME, DEFAULT_PREFIX, DEFAULT_SCHEMA_FILE_FOLDER, DEFAULT_SCHEMA_FILE_PATTERN, DEFAULT_SCHEMA_SUB_FOLDER, DEFAULT_SKIP_GENERATION_IF_SCHEMA_HAS_NOT_CHANGED, DEFAULT_SUFFIX
Fields inherited from interface com.graphql_java_generator.plugin.conf.GenerateGraphQLSchemaConfiguration
DEFAULT_RESOURCE_ENCODING, DEFAULT_TARGET_FOLDER, DEFAULT_TARGET_SCHEMA_FILE_NAME
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.graphql_java_generator.plugin.conf.CommonConfiguration
getDefaultTargetSchemaFileName, getEnumPrefix, getEnumSuffix, getInputPrefix, getInputSuffix, getInterfacePrefix, getInterfaceSuffix, getJsonGraphqlSchemaFilename, getMaxTokens, getProjectDir, getSchemaFileFolder, getSchemaFilePattern, getTargetSchemaSubFolder, getTemplates, getTypePrefix, getTypeSuffix, getUnionPrefix, getUnionSuffix, isAddRelayConnections, isGenerateJacksonAnnotations, isSkipGenerationIfSchemaHasNotChanged, logCommonConfiguration
Methods inherited from interface com.graphql_java_generator.plugin.conf.GenerateGraphQLSchemaConfiguration
getResourceEncoding, getTargetFolder, getTargetSchemaFileName, logConfiguration
-
Field Details
-
logger
public org.slf4j.Logger logger -
addRelayConnections
public boolean addRelayConnections -
jsonGraphqlSchemaFilename
-
packageName
-
projectDir
-
schemaFileFolder
-
schemaFilePattern
-
skipGenerationIfSchemaHasNotChanged
public boolean skipGenerationIfSchemaHasNotChanged -
resourceEncoding
-
targetFolder
-
targetSchemaFileName
-
templates
-
typePrefix
-
typeSuffix
-
unionPrefix
-
unionSuffix
-
enumPrefix
-
enumSuffix
-
interfacePrefix
-
interfaceSuffix
-
inputPrefix
-
inputSuffix
-
-
Constructor Details
-
GenerateGraphQLSchemaConfigurationTestHelper
- Parameters:
caller
- Used to retrieve the appropriate Log4j logger
-