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.Methods 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 that return types with arguments of type Directive Modifier and Type Method Description java.util.List<Directive>ObjectResponse. getDirectives()Retrieves theInputParameterfor the field, which response is defined by this instanceMethod parameters in com.graphql_java_generator.client.request with type arguments of type Directive Modifier and Type Method Description voidObjectResponse. addDirectives(java.util.List<Directive> directives)Add a list ofDirectives to this object.BuilderBuilder. withDirectives(java.util.List<Directive> directives)Add a list ofDirectives to the current Object Response definition.