Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages

A

AbstractCustomJacksonDeserializer<T> - Class in com.graphql_java_generator.client.response
Jackson Deserializer for lists and Custom Scalars.
AbstractCustomJacksonDeserializer(AbstractCustomJacksonDeserializer<?>, boolean, Class<?>, GraphQLScalarType) - Constructor for class com.graphql_java_generator.client.response.AbstractCustomJacksonDeserializer
 
AbstractCustomJacksonDeserializer(Class<?>, GraphQLScalarType) - Constructor for class com.graphql_java_generator.client.response.AbstractCustomJacksonDeserializer
The constructor, for non list field.
AbstractCustomJacksonSerializer<T> - Class in com.graphql_java_generator.client.request
Jackson Deserializer for lists and Custom Scalars.
AbstractCustomJacksonSerializer(Class<?>, int, GraphQLScalarType) - Constructor for class com.graphql_java_generator.client.request.AbstractCustomJacksonSerializer
 
AbstractGraphQLRequest - Class in com.graphql_java_generator.client.request
This class contains the description for a GraphQL request that will be sent to the server.
AbstractGraphQLRequest(String, String) - Constructor for class com.graphql_java_generator.client.request.AbstractGraphQLRequest
Creates the GraphQL request, for a full request.
AbstractGraphQLRequest(String, String, RequestType, String, InputParameter...) - Constructor for class com.graphql_java_generator.client.request.AbstractGraphQLRequest
Create the instance, from the GraphQL request, for a partial request.
Important note: this constructor SHOULD NOT be called by external application.
addTypenameFields() - Method in class com.graphql_java_generator.client.request.Fragment
Adds the __typename field into this fragment, and all the subojects it contains.
appendInputParametersToGraphQLRequests(boolean, StringBuilder, List<InputParameter>, Map<String, Object>) - Static method in class com.graphql_java_generator.client.request.InputParameter
 
appendToGraphQLRequests(StringBuilder, Map<String, Object>) - Method in class com.graphql_java_generator.client.directive.Directive
Appends this current directive into the given StringBuilder, to build the GraphQL request
appendToGraphQLRequests(StringBuilder, Map<String, Object>) - Method in class com.graphql_java_generator.client.request.AppliedGlobalFragment
Appends to the given StringBuilder this fragment usage ("...fragmentName") followed by the directive declarations, if any
appendToGraphQLRequests(StringBuilder, Map<String, Object>) - Method in class com.graphql_java_generator.client.request.Fragment
 
appendToGraphQLRequests(StringBuilder, Map<String, Object>, boolean) - Method in class com.graphql_java_generator.client.request.QueryField
Append this query field in the StringBuilder in which the query is being written.
AppliedGlobalFragment - Class in com.graphql_java_generator.client.request
A global Fragment, when applied, has a name and may have one or more directives.
AppliedGlobalFragment(String, QueryTokenizer, String) - Constructor for class com.graphql_java_generator.client.request.AppliedGlobalFragment
Creates an instance for a global fragment, that has been read in the current QueryTokenizer.
ARGUMENT_DEFINITION - com.graphql_java_generator.client.directive.DirectiveLocation
 
AUTHORIZATION_HEADER_NAME - Static variable in class com.graphql_java_generator.client.OAuthTokenExtractor
The name of the HTTP header that contains the OAuth token

B

basePackages() - Method in annotation type com.graphql_java_generator.client.graphqlrepository.EnableGraphQLRepositories
 
BindParameter - Annotation Type in com.graphql_java_generator.client.graphqlrepository
 
body(BodyExtractor<T, ? super ClientHttpResponse>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
bodyToFlux(Class<? extends T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
bodyToFlux(ParameterizedTypeReference<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
bodyToMono(Class<? extends T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
bodyToMono(ParameterizedTypeReference<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
build() - Method in class com.graphql_java_generator.client.request.Builder
Returns the built ObjectResponse.
Builder - Class in com.graphql_java_generator.client.request
This builder is provided for compatibility of existing code, that would have been developed before the 1.6 release.
Builder(Class<? extends AbstractGraphQLRequest>) - Constructor for class com.graphql_java_generator.client.request.Builder
This Builder allows to build a Full request, that is request as you can execute in the graphiql interface.
Builder(Class<? extends AbstractGraphQLRequest>, String, RequestType, InputParameter...) - Constructor for class com.graphql_java_generator.client.request.Builder
This Builder allows to build a Partial request, that is a request for only one query/mutation/subscription.
buildRequestAsMap(Map<String, Object>) - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
Builds the request, and return it as a String
buildRequestAsString(Map<String, Object>) - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
Builds the request, and return it as a String

C

checkFieldOfGraphQLType(String, Boolean, Class<?>) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
Check if the given field is owned by the class of this ObjectResponse.
checkInitializationError() - Method in class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
Returns the error that occurs during the initialization phase, that is while sending the connection_init
checkIsScalar(Field, Boolean) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
This method checks whether the given field (as an attribute) of the given class is a GraphQL scalar, or not, depending on shouldBeScalar.
checkIsScalar(String, Method, Boolean) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
This method checks whether the given field (as a method: getter, query...) of the given class is a GraphQL scalar, or not, depending on shouldBeScalar.
checkName(String) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
Checks that the given GraphQL name is valid.
checkNextToken(String) - Method in class com.graphql_java_generator.client.request.QueryTokenizer
Checks if the next meaningful token is the expected string that is given.
checkNextTokenStartsWith(String) - Method in class com.graphql_java_generator.client.request.QueryTokenizer
Checks if the next meaningful token starts by the expected string that is given.
ClassPathScanner - Class in com.graphql_java_generator.client.graphqlrepository
scan all GraphQLRepositoryFactory annotated interfaces from specified packages.
ClassPathScanner(boolean) - Constructor for class com.graphql_java_generator.client.graphqlrepository.ClassPathScanner
 
code - Variable in class com.graphql_java_generator.client.response.Extension
 
column - Variable in class com.graphql_java_generator.client.response.Location
 
com.graphql_java_generator.client - package com.graphql_java_generator.client
 
com.graphql_java_generator.client.directive - package com.graphql_java_generator.client.directive
 
com.graphql_java_generator.client.graphqlrepository - package com.graphql_java_generator.client.graphqlrepository
This package contains all the needed classes to manage GraphQLRepository.
com.graphql_java_generator.client.request - package com.graphql_java_generator.client.request
This package contains all the classes used to generate the requests toward the GraphQL server.
com.graphql_java_generator.client.response - package com.graphql_java_generator.client.response
All classes about the management of the response, coming from the GraphQL server
com.graphql_java_generator.customscalars - package com.graphql_java_generator.customscalars
 
COMPLETE - com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
 
CONNECTION_ACK - com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
 
CONNECTION_INIT - com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
 
convertValue(JsonNode, TypeReference<Map<String, JsonNode>>) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
 
convertValue(Object, Class<T>) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
 
cookies() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
createException() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
createGraphQLRepositoryInvocationHandler(ClassLoader, Class<R>) - Method in class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeanFactory
 
CustomScalarRegistryImpl - Class in com.graphql_java_generator.customscalars
 
CustomScalarRegistryImpl() - Constructor for class com.graphql_java_generator.customscalars.CustomScalarRegistryImpl
 

D

data - Variable in class com.graphql_java_generator.client.response.JsonResponseWrapper
This contains the data coming from the GraphQL part.
description - Variable in class com.graphql_java_generator.client.response.Error
 
deserialize(JsonParser, DeserializationContext) - Method in class com.graphql_java_generator.client.response.AbstractCustomJacksonDeserializer
 
Directive - Class in com.graphql_java_generator.client.directive
This object can represent both: A directive definition, as defined in the GraphQL schema, or as a standard GraphQL directive (skip, include, deprecated).
Directive() - Constructor for class com.graphql_java_generator.client.directive.Directive
Default constructor, used by the generated DirectiveRegistryInitialize
Directive(QueryTokenizer, String) - Constructor for class com.graphql_java_generator.client.directive.Directive
Create a Directive from a QueryTokenizer.
DirectiveLocation - Enum in com.graphql_java_generator.client.directive
All possible directive locations
directiveRegistry - Static variable in class com.graphql_java_generator.client.directive.DirectiveRegistryImpl
As we may have or not have Spring at runtime, we manually manage a singleton.
DirectiveRegistry - Interface in com.graphql_java_generator.client.directive
Registry for all GraphQL directives that are available, that is: the GraphQL standard directives and the ones that are defined in the GraphQL schema.
DirectiveRegistryImpl - Class in com.graphql_java_generator.client.directive
 
DirectiveRegistryImpl() - Constructor for class com.graphql_java_generator.client.directive.DirectiveRegistryImpl
 

E

EMPTY_DELIMITERS - Static variable in class com.graphql_java_generator.client.request.QueryTokenizer
The list of character that can separate tokens, and that has no meaning.
EnableGraphQLRepositories - Annotation Type in com.graphql_java_generator.client.graphqlrepository
 
ENUM - com.graphql_java_generator.client.directive.DirectiveLocation
 
ENUM_VALUE - com.graphql_java_generator.client.directive.DirectiveLocation
 
Error - Class in com.graphql_java_generator.client.response
The error POJO, mapped from the GraphQL server response, when an error occurs
Error() - Constructor for class com.graphql_java_generator.client.response.Error
 
ERROR - com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
 
errors - Variable in class com.graphql_java_generator.client.response.JsonResponseWrapper
This optional field contains the errors, when one or more errors occurred
errorType - Variable in class com.graphql_java_generator.client.response.Error
 
exec(Class<T>, Map<String, Object>) - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
This method executes the current GraphQL as a query or mutation GraphQL request, and return its response mapped in the relevant POJO.
exec(Map<String, Object>, SubscriptionCallback<T>, Class<R>, Class<T>) - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
Execution of the given subscription GraphQL request, and return its response mapped in the relevant POJO.
execute(AbstractGraphQLRequest, Map<String, Object>, SubscriptionCallback<T>, Class<R>, Class<T>) - Method in interface com.graphql_java_generator.client.RequestExecution
Executes the given subscription GraphQL request, and returns the relevant WebSocketClient.
execute(AbstractGraphQLRequest, Map<String, Object>, SubscriptionCallback<T>, Class<R>, Class<T>) - Method in class com.graphql_java_generator.client.RequestExecutionImpl
Deprecated.
Executes the given subscription GraphQL request, and returns the relevant WebSocketClient.
execute(AbstractGraphQLRequest, Map<String, Object>, SubscriptionCallback<T>, Class<R>, Class<T>) - Method in class com.graphql_java_generator.client.RequestExecutionSpringReactiveImpl
 
execute(AbstractGraphQLRequest, Map<String, Object>, Class<R>) - Method in interface com.graphql_java_generator.client.RequestExecution
Execution of the given query or mutation GraphQL request, and return its response mapped in the relevant POJO.
execute(AbstractGraphQLRequest, Map<String, Object>, Class<R>) - Method in class com.graphql_java_generator.client.RequestExecutionGraphQLTransportWSImpl
 
execute(AbstractGraphQLRequest, Map<String, Object>, Class<R>) - Method in class com.graphql_java_generator.client.RequestExecutionImpl
Deprecated.
Execution of the given query or mutation GraphQL request, and return its response mapped in the relevant POJO.
execute(AbstractGraphQLRequest, Map<String, Object>, Class<R>) - Method in class com.graphql_java_generator.client.RequestExecutionSpringReactiveImpl
 
executeQueryOrMutation(Map<String, Object>, Class<R>) - Method in class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
This method executes a query or a mutation over this web socket, as described in the graphql-transport-ws protocol.
executeSubscription(Map<String, Object>, String, SubscriptionCallback<T>, Class<R>, Class<T>) - Method in class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
Execution of a subscription, from the given request.
Extension - Class in com.graphql_java_generator.client.response
 
Extension() - Constructor for class com.graphql_java_generator.client.response.Extension
 
extensions - Variable in class com.graphql_java_generator.client.response.Error
The extensions field of errors, stored as is from the incoming GraphQL response.
extensions - Variable in class com.graphql_java_generator.client.response.JsonResponseWrapper
This field is described in the GraphQL specification.

F

FIELD - com.graphql_java_generator.client.directive.DirectiveLocation
 
FIELD_DEFINITION - com.graphql_java_generator.client.directive.DirectiveLocation
 
filter(ClientRequest, ExchangeFunction) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.OAuthTokenFilter
 
Fragment - Class in com.graphql_java_generator.client.request
 
Fragment(QueryTokenizer, Map<Class<?>, Map<String, Field>>, String, boolean, Class<?>, String) - Constructor for class com.graphql_java_generator.client.request.Fragment
Reads a Fragment definition, from the current QueryTokenizer.
FRAGMENT_DEFINITION - com.graphql_java_generator.client.directive.DirectiveLocation
 
FRAGMENT_SPREAD - com.graphql_java_generator.client.directive.DirectiveLocation
 
FullRequest - Annotation Type in com.graphql_java_generator.client.graphqlrepository
 

G

generatesBindVariableValuesMap(Object[]) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
This method retrieves the couple of name and values given in these parameters, stores them in a map where the key is the param name, and the value is the value of the Map.
getAlias() - Method in class com.graphql_java_generator.client.request.QueryField
 
getAliasValue(JsonParser, Field, TreeNode) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
Parse a TreeNode, and return it as a value, according to the given classes
getArguments() - Method in class com.graphql_java_generator.client.directive.Directive
 
getAuthorizationHeaderValue() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor
Returns the Authorization header value, as it has been returned by the ServerOAuth2AuthorizedClientExchangeFilterFunction, from the OAuth authorization server.
getBindParameterName() - Method in class com.graphql_java_generator.client.request.InputParameter
 
getClass(String, String, String) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
Retrieves a class for a given classname.
getClazz() - Method in class com.graphql_java_generator.client.request.QueryField
 
getCustomScalar(String) - Method in class com.graphql_java_generator.customscalars.CustomScalarRegistryImpl
 
getCustomScalarRegistry(String) - Static method in class com.graphql_java_generator.customscalars.CustomScalarRegistryImpl
Retrieves the CustomScalarRegistry for the given schema.
getDirective(String) - Method in interface com.graphql_java_generator.client.directive.DirectiveRegistry
Retrieves the registered GraphQLScalarType for this GraphQL CustomScalar.
getDirective(String) - Method in class com.graphql_java_generator.client.directive.DirectiveRegistryImpl
Retrieves the registered GraphQLScalarType for this GraphQL CustomScalar.
getDirectiveDefinition() - Method in class com.graphql_java_generator.client.directive.Directive
Returns the definition for this GraphQL directive
getDirectiveLocations() - Method in class com.graphql_java_generator.client.directive.Directive
 
getExtensions() - Method in class com.graphql_java_generator.client.response.Error
 
getExtensionsAsMap() - Method in class com.graphql_java_generator.client.response.Error
Returns the extensions as a map.
getExtensionsAsMapStringString() - Method in class com.graphql_java_generator.client.response.Error
Returns the extensions as a map.
getExtensionsField(String, Class<T>) - Method in class com.graphql_java_generator.client.response.Error
Parse the value for the given _key_, as found in the extensions field of the GraphQL server's response, into the given _t_ class.
getFields() - Method in class com.graphql_java_generator.client.request.QueryField
 
getFragments() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
 
getGraphQLClassesPackageName() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
This method returns the package name, where the GraphQL generated classes are.
getGraphQLCustomScalarType(AccessibleObject, String) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
This method retrieves the GraphQLScalarType for a custom scalar field or method.
getGraphQLCustomScalarType(String) - Method in class com.graphql_java_generator.customscalars.CustomScalarRegistryImpl
 
getGraphQLObjectMapper() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
This method creates and configures a Jackson ObjectMapper that is ready to parse the response for this GraphQL.
getGraphQLRequest() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
Retrieve the request String that has been provided to create this instance
getGraphQLScalarType() - Method in class com.graphql_java_generator.client.request.InputParameter
 
getGraphQLScalarTypeFromName(String, String) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
Returns the GraphQL scalar type for the given Standard or Custom Scalar name, as defined in the GraphQL schema.
getGraphQLType(AccessibleObject) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
Returns the Class indicated as the value for the graphqlType attribute of the GraphQLScalar or GraphQLNonScalar annotation
getGraphQLTypeName() - Method in class com.graphql_java_generator.client.request.InputParameter
 
getGraphQLTypeNameFromClass(Class<?>) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
Retrieves the GraphQL type name (as defined in the GraphQL schema), from the GraphQL annotation added in the generated code by the plugin.
getInstanceConfiguration() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
This gets the configuration for this instance.
getListDepth() - Method in class com.graphql_java_generator.client.request.InputParameter
 
getMutation() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
 
getMutationContext() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
Retrieved the QueryField for the mutation (that is the mutation type coming from the GraphQL schema) from the concrete class.
getName() - Method in class com.graphql_java_generator.client.directive.Directive
 
getName() - Method in class com.graphql_java_generator.client.request.Fragment
 
getName() - Method in class com.graphql_java_generator.client.request.InputParameter
 
getName() - Method in class com.graphql_java_generator.client.request.QueryField
 
GetOAuthTokenClientResponse(String) - Constructor for class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
getOwningClazz() - Method in class com.graphql_java_generator.client.request.QueryField
 
getPackageName() - Method in class com.graphql_java_generator.client.directive.Directive
Returns the package name where the code for this directive has been generated.
getQuery() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
 
getQueryContext() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
Retrieved the QueryField for the query (that is the query type coming from the GraphQL schema) from the concrete class.
getQueryExecutor() - Method in class com.graphql_java_generator.client.GraphQLConfiguration
Retrieves the RequestExecution for this GraphQL configuration
getRequestName() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
 
getRequestType() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
 
getSession() - Method in class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
 
getSession() - Method in interface com.graphql_java_generator.client.SubscriptionClient
Allow to retrieve the WebSocketSession, when the implementation is based on Spring Reactive, which is the default since release 1.12
getSession() - Method in class com.graphql_java_generator.client.SubscriptionClientReactiveImpl
 
getStaticConfiguration() - Static method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
This gets the default configuration, that will apply if no local configuration has been defined for this instance.
getStringContentForGraphqlQuery(boolean, Map<String, Object>) - Method in class com.graphql_java_generator.client.request.InputParameter
Deprecated.
getSubProtocols() - Method in class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
 
getSubscription() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
 
getSubscriptionContext() - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
Retrieved the QueryField for the subscription (that is the subscription type coming from the GraphQL schema) from the concrete class.
getType() - Method in enum com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
 
getType() - Method in class com.graphql_java_generator.client.request.InputParameter
 
getTypeName() - Method in class com.graphql_java_generator.client.request.Fragment
 
getValue() - Method in class com.graphql_java_generator.client.request.InputParameter
 
getValueForGraphqlQuery(Object, GraphQLScalarType, Map<String, Object>) - Static method in class com.graphql_java_generator.client.request.InputParameter
 
getValueForGraphqlQuery(Map<String, Object>) - Method in class com.graphql_java_generator.client.request.InputParameter
Returns the parameter value, as-is, without any escape character
getWebClient(String, CodecCustomizer, HttpClient, ExchangeFilterFunction...) - Static method in class com.graphql_java_generator.client.GraphQLConfiguration
Builds a Spring reactive WebClient, from the specified parameters.
Note: this utility can be used if you need to create your own WebClient, for instance to add your own filters to the WebClient
getWebClient(String, HttpClient, ExchangeFilterFunction...) - Static method in class com.graphql_java_generator.client.GraphQLConfiguration
Builds a Spring reactive WebClient, from the specified parameters.
Note: this utility can be used if you need to create your own WebClient, for instance to add your own filters to the WebClient
getWebSocketClient(HttpClient) - Static method in class com.graphql_java_generator.client.GraphQLConfiguration
Creates the Spring reactive WebSocketClient that will be used for subscriptions.
getWebSocketURI() - Method in class com.graphql_java_generator.client.RequestExecutionSpringReactiveImpl
Retrieves the URI for the Web Socket, based on the GraphQL endpoint that has been given to the Constructor
GRAPHQL_MARKER - Static variable in interface com.graphql_java_generator.client.RequestExecution
 
GRAPHQL_MUTATION_MARKER - Static variable in interface com.graphql_java_generator.client.RequestExecution
 
GRAPHQL_QUERY_MARKER - Static variable in interface com.graphql_java_generator.client.RequestExecution
 
GRAPHQL_SUBSCRIPTION_MARKER - Static variable in interface com.graphql_java_generator.client.RequestExecution
 
GRAPHQL_VALUE - com.graphql_java_generator.client.request.InputParameter.InputParameterType
A GraphQL value provided in the request being parsed
GRAPHQL_VARIABLE - com.graphql_java_generator.client.request.InputParameter.InputParameterType
A GraphQL variable, marked by a '$', that will be transmitted to the server in the variables json attribute of the request
graphqlClientUtils - Static variable in class com.graphql_java_generator.client.GraphqlClientUtils
A singleton without Spring
GraphqlClientUtils - Class in com.graphql_java_generator.client
 
GraphqlClientUtils() - Constructor for class com.graphql_java_generator.client.GraphqlClientUtils
 
GraphQLConfiguration - Class in com.graphql_java_generator.client
This class contains a GraphQL configuration for the GraphQL client.
GraphQLConfiguration(RequestExecution) - Constructor for class com.graphql_java_generator.client.GraphQLConfiguration
The default constructor, that is used by Spring.
GraphQLConfiguration(String) - Constructor for class com.graphql_java_generator.client.GraphQLConfiguration
This constructor expects the URI of the GraphQL server.
GraphQLConfiguration(String, SSLContext, HostnameVerifier) - Constructor for class com.graphql_java_generator.client.GraphQLConfiguration
Deprecated.
GraphQLConfiguration(String, Client) - Constructor for class com.graphql_java_generator.client.GraphQLConfiguration
Deprecated.
GraphQLDeserializationProblemHandler() - Constructor for class com.graphql_java_generator.client.GraphQLObjectMapper.GraphQLDeserializationProblemHandler
 
GraphQLMutationExecutor - Interface in com.graphql_java_generator.client
This interface marks a class as being the executor for a GraphQL mutation.
GraphQLObjectMapper - Class in com.graphql_java_generator.client
This class is a wrapper around an ObjectMapper.
GraphQLObjectMapper(String, Map<Class<?>, Map<String, Field>>) - Constructor for class com.graphql_java_generator.client.GraphQLObjectMapper
Standard creator for the GraphQL ObjectMapper
GraphQLObjectMapper.GraphQLDeserializationProblemHandler - Class in com.graphql_java_generator.client
This class handles various deserialization problems.
GraphQLQueryExecutor - Interface in com.graphql_java_generator.client
This interface marks a class as being the executor for a GraphQL query.
GraphQLReactiveWebSocketHandler - Class in com.graphql_java_generator.client
This class implements the Web Socket, as needed by the Spring Web Socket implementation.
GraphQLReactiveWebSocketHandler(GraphQLObjectMapper) - Constructor for class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
 
GraphQLReactiveWebSocketHandler.MessageType - Enum in com.graphql_java_generator.client
 
GraphQLRepository - Annotation Type in com.graphql_java_generator.client.graphqlrepository
 
GraphQLRepositoryInvocationHandler<T> - Class in com.graphql_java_generator.client.graphqlrepository
This class is responsible to execute the method call to GraphQLRepository.
GraphQLRepositoryInvocationHandler(Class<T>, GraphQLQueryExecutor, GraphQLMutationExecutor, GraphQLSubscriptionExecutor) - Constructor for class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryInvocationHandler
This constructor builds the instance from the given Spring ApplicationContext provides the query, mutation and subscription that have been defined in the GraphQL schema.
GraphQLRepositoryInvocationHandler(Class<T>, ApplicationContext) - Constructor for class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryInvocationHandler
This constructor builds the instance from the given Spring ApplicationContext: it extracts the query, mutation and subscription executors that have been generated from the GraphQL schema.
GraphQLRepositoryProxyBeanFactory - Class in com.graphql_java_generator.client.graphqlrepository
The GraphQLRepositoryInvocationHandlers are created for each interface marked by the GraphQLRepository annotation by the GraphQLRepositoryProxyBeansRegistrar Spring configuration class.
GraphQLRepositoryProxyBeanFactory() - Constructor for class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeanFactory
 
GraphQLRepositoryProxyBeansRegistrar - Class in com.graphql_java_generator.client.graphqlrepository
Implementation of ImportBeanDefinitionRegistrar, that scans the given package for GraphQLRepository annotated interfaces, and register dynamic proxies as beans.
GraphQLRepositoryProxyBeansRegistrar() - Constructor for class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeansRegistrar
 
GraphQLRequestObject - Interface in com.graphql_java_generator.client
This interface marks a class as being the implementation for the GraphQL type defined in the GraphQL schema, that is a query, a mutation or a subscription.
GraphQLSubscriptionExecutor - Interface in com.graphql_java_generator.client
This interface marks a class as being the executor for a GraphQL subscription.

H

handle(WebSocketSession) - Method in class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
 
handleUnknownProperty(DeserializationContext, JsonParser, JsonDeserializer<?>, Object, String) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper.GraphQLDeserializationProblemHandler
 
HARD_CODED - com.graphql_java_generator.client.request.InputParameter.InputParameterType
For InputParameter which value is given in the request being parsed
hasMoreTokens() - Method in class com.graphql_java_generator.client.request.QueryTokenizer
Indicates if there are next non empty tokens in the list.
hasMoreTokens(boolean) - Method in class com.graphql_java_generator.client.request.QueryTokenizer
Indicates if there are next non empty tokens in the list.
headers() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 

I

initWebSocketConnection(GraphQLObjectMapper) - Method in class com.graphql_java_generator.client.RequestExecutionSpringReactiveImpl
Initialization of the Web Socket
INLINE_FRAGMENT - com.graphql_java_generator.client.directive.DirectiveLocation
 
INPUT_FIELD_DEFINITION - com.graphql_java_generator.client.directive.DirectiveLocation
 
INPUT_OBJECT - com.graphql_java_generator.client.directive.DirectiveLocation
 
InputParameter - Class in com.graphql_java_generator.client.request
Contains an input parameter, to be sent to a query (mutation...).
InputParameter.InputParameterType - Enum in com.graphql_java_generator.client.request
Indicates the kind of parameter
INTERFACE - com.graphql_java_generator.client.directive.DirectiveLocation
 
invoke(Object, Method, Object[]) - Method in class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryInvocationHandler
Invocation of the InvocationHandler.
isCandidateComponent(AnnotatedBeanDefinition) - Method in class com.graphql_java_generator.client.graphqlrepository.ClassPathScanner
 
isItemMandatory() - Method in class com.graphql_java_generator.client.request.InputParameter
 
isMandatory() - Method in class com.graphql_java_generator.client.request.InputParameter
 
isQueryLevel() - Method in class com.graphql_java_generator.client.request.QueryField
Indicates whether this field is a query/mutation/subscription or not
isScalar() - Method in class com.graphql_java_generator.client.request.QueryField
Indicates whether this field is a scalar or not.
isScalar(AccessibleObject) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
Indicates whether the given class is a scalar or not

J

JsonResponseWrapper - Class in com.graphql_java_generator.client.response
 
JsonResponseWrapper() - Constructor for class com.graphql_java_generator.client.response.JsonResponseWrapper
 

L

line - Variable in class com.graphql_java_generator.client.response.Location
 
Location - Class in com.graphql_java_generator.client.response
 
Location() - Constructor for class com.graphql_java_generator.client.response.Location
 
locations - Variable in class com.graphql_java_generator.client.response.Error
 
logPrefix() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 

M

MANDATORY - com.graphql_java_generator.client.request.InputParameter.InputParameterType
A mandatory InputParameter, that is one which declaration starts with a '&'
MEANINGFUL_DELIMITERS - Static variable in class com.graphql_java_generator.client.request.QueryTokenizer
 
message - Variable in class com.graphql_java_generator.client.response.Error
 
MUTATION - com.graphql_java_generator.client.directive.DirectiveLocation
 

N

name() - Method in annotation type com.graphql_java_generator.client.graphqlrepository.BindParameter
The Bind Parameter or GraphQL variable's name, as defined in the GraphQL Request by either &name, ?
newBindParameter(String, String, String, InputParameter.InputParameterType, String, boolean, int, boolean) - Static method in class com.graphql_java_generator.client.request.InputParameter
Creates and returns a new instance of InputParameter, which is bound to a bind variable.
newGraphQLVariableParameter(String, String, String, boolean, int, boolean) - Static method in class com.graphql_java_generator.client.request.InputParameter
Creates and returns a new instance of InputParameter, which value is given, and can not be changed afterwards.
newHardCodedParameter(String, String, Object, String, boolean, int, boolean) - Static method in class com.graphql_java_generator.client.request.InputParameter
Creates and returns a new instance of InputParameter, which value is given, and can not be changed afterwards.
NEXT - com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
 
nextToken() - Method in class com.graphql_java_generator.client.request.QueryTokenizer
Returns the next token.
nextToken(boolean) - Method in class com.graphql_java_generator.client.request.QueryTokenizer
Returns the next token, which may or may not be an empty one, depending on returnEmptyDelimiters

O

OAuthTokenExtractor - Class in com.graphql_java_generator.client
This class is used to retrieve the OAuth token, when in client mode, for subscription.
OAuthTokenExtractor(ServerOAuth2AuthorizedClientExchangeFilterFunction) - Constructor for class com.graphql_java_generator.client.OAuthTokenExtractor
 
OAuthTokenExtractor.GetOAuthTokenClientResponse - Class in com.graphql_java_generator.client
An implementation of a spring ClientResponse, that will contain the faked response, which body is the value for the Authorization header (that contains the bearer token)
OAuthTokenExtractor.OAuthTokenFilter - Class in com.graphql_java_generator.client
This class filters the dummy request, and respond by the OAuthTokenExtractor.GetOAuthTokenClientResponse when the OAuthTokenExtractor.DUMMY_REQUEST is executed
OAuthTokenFilter() - Constructor for class com.graphql_java_generator.client.OAuthTokenExtractor.OAuthTokenFilter
 
OBJECT - com.graphql_java_generator.client.directive.DirectiveLocation
 
ObjectResponse - Class in com.graphql_java_generator.client.request
This useless class is here only for compatibility with existing code, developped before the 1.6 release.
ObjectResponse(String, String) - Constructor for class com.graphql_java_generator.client.request.ObjectResponse
ObjectResponse(String, String, RequestType, String, InputParameter...) - Constructor for class com.graphql_java_generator.client.request.ObjectResponse
onClose(int, String) - Method in interface com.graphql_java_generator.client.SubscriptionCallback
A callback to make the program aware of the end of the subscription channel.
onClose(int, String) - Method in class com.graphql_java_generator.client.SubscriptionClientWebSocket
Notify the application, when the Web Socket is closed.
onComplete() - Method in class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
 
onConnect() - Method in interface com.graphql_java_generator.client.SubscriptionCallback
This method is called once the subscription has been submitted to the GraphQL server.
onConnect(Session) - Method in class com.graphql_java_generator.client.SubscriptionClientWebSocket
As soon as the Web Socket is connected, this method executes the subscription GraphQL request
onError(Throwable) - Method in class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
 
onError(Throwable) - Method in interface com.graphql_java_generator.client.SubscriptionCallback
Whenever an error occurs, at any time of the subscription processing.
onError(Throwable) - Method in class com.graphql_java_generator.client.SubscriptionClientWebSocket
Notify the application, when an error occurs.
onMessage(String) - Method in class com.graphql_java_generator.client.SubscriptionClientWebSocket
Each message is received as text, that is a standard GraphQL response.
onMessage(T) - Method in interface com.graphql_java_generator.client.SubscriptionCallback
This method is called each time a message is sent by the server, for this subscription.
onNext(WebSocketMessage) - Method in class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
The callback that will receive the messages from the web socket.
OPTIONAL - com.graphql_java_generator.client.request.InputParameter.InputParameterType
An optional InputParameter, that is one which declaration starts with a '?'

P

packageName - Variable in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
The package name, where the GraphQL generated classes are.
parseValueForInputParameter(Object, String, Class<?>, String) - Method in class com.graphql_java_generator.client.GraphqlClientUtils
Parse a value, depending on the parameter type.
PartialRequest - Annotation Type in com.graphql_java_generator.client.graphqlrepository
 
path - Variable in class com.graphql_java_generator.client.response.Error
 

Q

QUERY - com.graphql_java_generator.client.directive.DirectiveLocation
 
queryExecutor() - Method in annotation type com.graphql_java_generator.client.graphqlrepository.GraphQLRepository
When more than one GraphQL schema are used, a GraphQL Repository requests may be relative to only one GraphQL schema.
QueryField - Class in com.graphql_java_generator.client.request
This class gives parsing capabilities for the QueryString for one object.
For instance, for the GraphQL query queryType.boards("{id name publiclyAvailable topics(since: \"2018-12-20\"){id}}"), it is created for the field named boards, then the #readTokenizerForResponseDefinition(StringTokenizer) is called for the whole String.
QueryField(Class<?>, String) - Constructor for class com.graphql_java_generator.client.request.QueryField
The constructor, when created by the Builder: it must provide the owningClass
QueryField(Class<?>, String, String) - Constructor for class com.graphql_java_generator.client.request.QueryField
The constructor, when created by the Builder: it must provide the owningClass
queryPath - Variable in class com.graphql_java_generator.client.response.Error
 
QueryTokenizer - Class in com.graphql_java_generator.client.request
This class is responsible to split the GraphQL query into meaningful tokens: the spaces, EOL (...) are removed and the (, @, { (...) are sent as token.
QueryTokenizer(String) - Constructor for class com.graphql_java_generator.client.request.QueryTokenizer
Create a tokenizer for the given GraphQL query

R

RawGraphQLString - Class in com.graphql_java_generator.client.request
This class contains a portion of GraphQL request.
RawGraphQLString(String) - Constructor for class com.graphql_java_generator.client.request.RawGraphQLString
 
rawStatusCode() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
readNextRealToken(String, String) - Method in class com.graphql_java_generator.client.request.QueryTokenizer
Reads the next real token, that is the next token that is not a separator
readTokenizerForInputParameters(QueryTokenizer, Directive, Class<?>, String, String) - Static method in class com.graphql_java_generator.client.request.InputParameter
Reads a list of input parameters, from a QueryTokenizer.
readTokenizerForResponseDefinition(QueryTokenizer, Map<Class<?>, Map<String, Field>>, String) - Method in class com.graphql_java_generator.client.request.QueryField
Reads the definition of the expected response definition from the server.
readValue(String, Class<T>) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
 
registerAllDirectives() - Method in interface com.graphql_java_generator.client.directive.DirectiveRegistry
This method registers all GraphQLScalarType that are declared as Spring Component.
registerAllDirectives() - Method in class com.graphql_java_generator.client.directive.DirectiveRegistryImpl
This method registers all GraphQLScalarType that are declared as Spring Component.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeansRegistrar
 
registerDirective(Directive) - Method in interface com.graphql_java_generator.client.directive.DirectiveRegistry
Manually register one GraphQL directive.
registerDirective(Directive) - Method in class com.graphql_java_generator.client.directive.DirectiveRegistryImpl
Manually register one GraphQL directive.
registerGraphQLScalarType(GraphQLScalarType, Class<?>) - Method in class com.graphql_java_generator.customscalars.CustomScalarRegistryImpl
 
releaseBody() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
request() - Method in annotation type com.graphql_java_generator.client.graphqlrepository.FullRequest
The GraphQL request.
request() - Method in annotation type com.graphql_java_generator.client.graphqlrepository.PartialRequest
The GraphQL request.
RequestExecution - Interface in com.graphql_java_generator.client
This class is responsible for actual execution of the request toward the GraphQL erver.
RequestExecutionGraphQLTransportWSImpl - Class in com.graphql_java_generator.client
This method uses the graphql-transport-ws) protocol for all requests (queries, mutations and subscriptions).
RequestExecutionGraphQLTransportWSImpl(String, String, WebClient, WebSocketClient, ServerOAuth2AuthorizedClientExchangeFilterFunction, OAuthTokenExtractor) - Constructor for class com.graphql_java_generator.client.RequestExecutionGraphQLTransportWSImpl
 
RequestExecutionImpl - Class in com.graphql_java_generator.client
Deprecated.
RequestExecutionImpl(String) - Constructor for class com.graphql_java_generator.client.RequestExecutionImpl
Deprecated.
This constructor expects the URI of the GraphQL server
For example: http://my.server.com/graphql or https://my.server.com/graphql
RequestExecutionImpl(String, SSLContext, HostnameVerifier) - Constructor for class com.graphql_java_generator.client.RequestExecutionImpl
Deprecated.
This method is deprecated since version v1.12.
RequestExecutionImpl(String, Client) - Constructor for class com.graphql_java_generator.client.RequestExecutionImpl
Deprecated.
RequestExecutionSpringReactiveImpl - Class in com.graphql_java_generator.client
This is the default implementation for the RequestExecution This implementation has been added in version 1.12.
It is loaded by the SpringConfiguration Spring configuration class, that is generated with the client code.
RequestExecutionSpringReactiveImpl(String, String, WebClient, WebSocketClient, ServerOAuth2AuthorizedClientExchangeFilterFunction, OAuthTokenExtractor) - Constructor for class com.graphql_java_generator.client.RequestExecutionSpringReactiveImpl
This constructor may be called by Spring, once it has build a WebClient bean, or directly, in non Spring applications.
requestName() - Method in annotation type com.graphql_java_generator.client.graphqlrepository.PartialRequest
The name of the request, as defined in the GraphQL schema.
requestType() - Method in annotation type com.graphql_java_generator.client.graphqlrepository.FullRequest
The kind of request that this method will execute.
requestType() - Method in annotation type com.graphql_java_generator.client.graphqlrepository.PartialRequest
The kind of request that this method will execute.
resolve(String) - Static method in enum com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
 
RootResponse - Interface in com.graphql_java_generator.client.response
This interface is implemented by the query, mutation and subscription root responses in the generated code.

S

SCALAR - com.graphql_java_generator.client.directive.DirectiveLocation
 
SCHEMA - com.graphql_java_generator.client.directive.DirectiveLocation
 
serialize(T, JsonGenerator, SerializerProvider) - Method in class com.graphql_java_generator.client.request.AbstractCustomJacksonSerializer
 
setArguments(List<InputParameter>) - Method in class com.graphql_java_generator.client.directive.Directive
 
setBeanClassLoader(ClassLoader) - Method in class com.graphql_java_generator.client.graphqlrepository.GraphQLRepositoryProxyBeansRegistrar
 
setCustomScalarRegistry(String, CustomScalarRegistry) - Static method in class com.graphql_java_generator.customscalars.CustomScalarRegistryImpl
Sets the CustomScalarRegistry for the given schema.
setDirectiveLocations(List<DirectiveLocation>) - Method in class com.graphql_java_generator.client.directive.Directive
 
setExtensions(JsonNode) - Method in interface com.graphql_java_generator.client.GraphQLRequestObject
Set the GraphQL response's extensions field.
setExtensions(JsonNode) - Method in class com.graphql_java_generator.client.response.Error
 
setInstanceConfiguration(GraphQLConfiguration) - Method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
This sets the configuration for this instance.
setName(String) - Method in class com.graphql_java_generator.client.directive.Directive
 
setPackageName(String) - Method in class com.graphql_java_generator.client.directive.Directive
 
setStaticConfiguration(GraphQLConfiguration) - Static method in class com.graphql_java_generator.client.request.AbstractGraphQLRequest
This sets the default configuration, that will apply if no local configuration has been defined for this instance.
sourceName - Variable in class com.graphql_java_generator.client.response.Location
 
START - com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
 
statusCode() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
strategies() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
SUBSCRIBE - com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
 
SUBSCRIPTION - com.graphql_java_generator.client.directive.DirectiveLocation
 
SubscriptionCallback<T> - Interface in com.graphql_java_generator.client
This interface will receive the notification for each message that comes from a subscription.
SubscriptionClient - Interface in com.graphql_java_generator.client
This interface allows the application to interact with the subscription, once it has subscribed to it.
SubscriptionClientReactiveImpl - Class in com.graphql_java_generator.client
Default implementation for the SubscriptionClient interface.
SubscriptionClientReactiveImpl(String, GraphQLReactiveWebSocketHandler) - Constructor for class com.graphql_java_generator.client.SubscriptionClientReactiveImpl
 
SubscriptionClientWebSocket<R,​T> - Class in com.graphql_java_generator.client
This class implements the Web Socket, as needed by the jetty's Web Socket implementation.

T

timestamp - Variable in class com.graphql_java_generator.client.response.Extension
 
toBodilessEntity() - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
toEntity(Class<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
toEntity(ParameterizedTypeReference<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
toEntityList(Class<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
toEntityList(ParameterizedTypeReference<T>) - Method in class com.graphql_java_generator.client.OAuthTokenExtractor.GetOAuthTokenClientResponse
 
toString() - Method in class com.graphql_java_generator.client.request.RawGraphQLString
 
toString() - Method in class com.graphql_java_generator.client.response.Error
Logs this error to the given Logger
toString() - Method in class com.graphql_java_generator.client.response.Location
 
treeToValue(TreeNode, Class<T>) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
 

U

UNION - com.graphql_java_generator.client.directive.DirectiveLocation
 
unsubscribe() - Method in interface com.graphql_java_generator.client.SubscriptionClient
Allows the client application to unsubscribe from a previously subscribed subscription.
unsubscribe() - Method in class com.graphql_java_generator.client.SubscriptionClientReactiveImpl
 
unsubscribe(String) - Method in class com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler
 

V

validationErrorType - Variable in class com.graphql_java_generator.client.response.Error
 
value() - Method in annotation type com.graphql_java_generator.client.graphqlrepository.EnableGraphQLRepositories
 
value() - Method in annotation type com.graphql_java_generator.client.graphqlrepository.GraphQLRepository
The name of the Spring bean to build.
valueOf(String) - Static method in enum com.graphql_java_generator.client.directive.DirectiveLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.graphql_java_generator.client.request.InputParameter.InputParameterType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.graphql_java_generator.client.directive.DirectiveLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.graphql_java_generator.client.GraphQLReactiveWebSocketHandler.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.graphql_java_generator.client.request.InputParameter.InputParameterType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withQueryResponseDef(String) - Method in class com.graphql_java_generator.client.request.Builder
Builds a ObjectResponse from a part of a GraphQL query.
writeValueAsString(Object) - Method in class com.graphql_java_generator.client.GraphQLObjectMapper
 
A B C D E F G H I J L M N O P Q R S T U V W 
All Classes All Packages