Uses of Class
com.graphql_java_generator.client.directive.Directive
Packages that use Directive
Package
Description
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 DirectiveModifier and TypeMethodDescriptionDirectiveRegistry.getDirective
(String name) Retrieves the registeredGraphQLScalarType
for this GraphQL CustomScalar.DirectiveRegistryImpl.getDirective
(String name) Retrieves the registeredGraphQLScalarType
for this GraphQL CustomScalar.Directive.getDirectiveDefinition()
Returns the definition for this GraphQL directiveMethods in com.graphql_java_generator.client.directive with parameters of type DirectiveModifier and TypeMethodDescriptionvoid
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 DirectiveModifier and TypeMethodDescriptionstatic List<InputParameter>
InputParameter.readTokenizerForInputParameters
(QueryTokenizer qt, Directive directive, Class<?> owningClass, String fieldName, String schema) Reads a list of input parameters, from aQueryTokenizer
.