Uses of Class
com.graphql_java_generator.plugin.DocumentParser
Package
Description
-
Uses of DocumentParser in com.graphql_java_generator.plugin.generate_code
Modifier and TypeClassDescriptionclass
This class parses the GraphQL shema file(s), and loads it in a structure that'll make it easy to send to Velocity templates. -
Uses of DocumentParser in com.graphql_java_generator.plugin.generate_schema
ModifierConstructorDescriptionGenerateGraphQLSchema
(DocumentParser documentParser, GraphqlUtils graphqlUtils, GenerateGraphQLSchemaConfiguration configuration, ResourceSchemaStringProvider resourceSchemaStringProvider) A constructor that can be called by other tasks/goals. -
Uses of DocumentParser in com.graphql_java_generator.plugin.language.impl
ModifierConstructorDescriptionAbstractType
(String name, Type.GraphQlType graphQlType, CommonConfiguration configuration, DocumentParser documentParser) CustomScalarType
(String name, CustomScalarDefinition customScalarDefinition, CommonConfiguration configuration, DocumentParser documentParser) EnumType
(String name, CommonConfiguration configuration, DocumentParser documentParser) InterfaceType
(String name, CommonConfiguration configuration, DocumentParser documentParser) ObjectType
(String name, CommonConfiguration configuration, DocumentParser documentParser) protected
ObjectType
(String name, Type.GraphQlType type, CommonConfiguration configuration, DocumentParser documentParser) This constructor is especially intended for subclasses, likeInterfaceType
ScalarType
(String name, String packageName, String classSimpleName, CommonConfiguration configuration, DocumentParser documentParser) UnionType
(String name, CommonConfiguration configuration, DocumentParser documentParser)