Uses of Class
com.graphql_java_generator.client.directive.Directive
Package | Description |
---|---|
com.graphql_java_generator.client.directive | |
com.graphql_java_generator.client.request |
This package contains all the classes used to generate the requests toward the GraphQL server.
|
-
Uses of Directive in com.graphql_java_generator.client.directive
Methods in com.graphql_java_generator.client.directive that return Directive Modifier and Type Method Description Directive
DirectiveRegistry. getDirective(java.lang.String name)
Retrieves the registeredGraphQLScalarType
for this GraphQL CustomScalar.Directive
DirectiveRegistryImpl. getDirective(java.lang.String name)
Retrieves the registeredGraphQLScalarType
for this GraphQL CustomScalar.Directive
Directive. getDirectiveDefinition()
Returns the definition for this GraphQL directiveMethods in com.graphql_java_generator.client.directive with parameters of type Directive Modifier and Type Method Description void
DirectiveRegistry. registerDirective(Directive directive)
Manually register one GraphQL directive.void
DirectiveRegistryImpl. registerDirective(Directive type)
Manually register one GraphQL directive. -
Uses of Directive in com.graphql_java_generator.client.request
Methods in com.graphql_java_generator.client.request with parameters of type Directive Modifier and Type Method Description static java.util.List<InputParameter>
InputParameter. readTokenizerForInputParameters(QueryTokenizer qt, Directive directive, java.lang.Class<?> owningClass, java.lang.String fieldName)
Reads a list of input parameters, from aQueryTokenizer
.