Uses of Class
com.graphql_java_generator.client.request.QueryTokenizer
Package
Description
This package contains all the classes used to generate the requests toward the GraphQL server.
-
Uses of QueryTokenizer in com.graphql_java_generator.client.directive
ModifierConstructorDescriptionDirective
(QueryTokenizer qt, String schema) Create a Directive from aQueryTokenizer
. -
Uses of QueryTokenizer in com.graphql_java_generator.client.request
Modifier and TypeMethodDescriptionstatic List<InputParameter>
InputParameter.readTokenizerForInputParameters
(QueryTokenizer qt, Directive directive, Class<?> owningClass, String fieldName, String schema) Reads a list of input parameters, from aQueryTokenizer
.void
QueryField.readTokenizerForResponseDefinition
(QueryTokenizer qt, Map<Class<?>, Map<String, Field>> aliasFields, String schema) Reads the definition of the expected response definition from the server.ModifierConstructorDescriptionAppliedGlobalFragment
(String currentToken, QueryTokenizer qt, String schema) Creates an instance for a global fragment, that has been read in the currentQueryTokenizer
.Fragment
(QueryTokenizer qt, Map<Class<?>, Map<String, Field>> aliasFields, String packageName, boolean inlineFragment, Class<?> clazz, String schema) Reads a Fragment definition, from the currentQueryTokenizer
.