Class GenerateGraphQLSchemaDocumentParser
java.lang.Object
com.graphql_java_generator.plugin.DocumentParser
com.graphql_java_generator.plugin.generate_schema.GenerateGraphQLSchemaDocumentParser
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
- Author:
- etienne-sf
-
Field Summary
Fields inherited from class com.graphql_java_generator.plugin.DocumentParser
addRelayConnections, configuration, customScalars, DEFAULT_MUTATION_NAME, DEFAULT_QUERY_NAME, DEFAULT_SUBSCRIPTION_NAME, directives, enumTypes, graphqlUtils, interfaceTypes, mutationType, mutationTypeName, queryType, queryTypeName, scalarTypes, schemaDirectives, schemaStringProvider, subscriptionType, subscriptionTypeName, types, unionTypes
-
Constructor Summary
-
Method Summary
Methods inherited from class com.graphql_java_generator.plugin.DocumentParser
afterPropertiesSet, fillTypesMap, getDirectiveDefinition, getType, getType, getType, getUtilPackageName, initScalarTypes, parseGraphQLSchemas, readDirectiveDefinition, readEnumType, readObjectTypeDefinition
-
Constructor Details
-
GenerateGraphQLSchemaDocumentParser
public GenerateGraphQLSchemaDocumentParser()
-