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 DirectiveDirectiveRegistry. getDirective(java.lang.String name)Retrieves the registeredGraphQLScalarTypefor this GraphQL CustomScalar.DirectiveDirectiveRegistryImpl. getDirective(java.lang.String name)Retrieves the registeredGraphQLScalarTypefor this GraphQL CustomScalar.DirectiveDirective. 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 voidDirectiveRegistry. registerDirective(Directive directive)Manually register one GraphQL directive.voidDirectiveRegistryImpl. 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.