Uses of Class
com.graphql_java_generator.client.request.QueryTokenizer
Packages that use 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
Constructors in com.graphql_java_generator.client.directive with parameters of type QueryTokenizerModifierConstructorDescriptionDirective
(QueryTokenizer qt, String schema) Create a Directive from aQueryTokenizer
. -
Uses of QueryTokenizer in com.graphql_java_generator.client.request
Methods in com.graphql_java_generator.client.request with parameters of type QueryTokenizerModifier 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.Constructors in com.graphql_java_generator.client.request with parameters of type QueryTokenizerModifierConstructorDescriptionAppliedGlobalFragment
(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
.