All Classes and Interfaces

Class
Description
Jackson Deserializer for lists and Custom Scalars.
Jackson Deserializer for lists and Custom Scalars.
This class contains the description for a GraphQL request that will be sent to the server.
This class contains the payload that will be sent to the server.
A global Fragment, when applied, has a name and may have one or more directives.
 
This builder is provided for compatibility of existing code, that would have been developed before the 1.6 release.
scan all GraphQLRepositoryFactory annotated interfaces from specified packages.
 
This object can represent both: A directive definition, as defined in the GraphQL schema, or as a standard GraphQL directive (skip, include, deprecated).
All possible directive locations
Registry for all GraphQL directives that are available, that is: the GraphQL standard directives and the ones that are defined in the GraphQL schema.
 
 
The error POJO, mapped from the GraphQL server response, when an error occurs
 
 
 
 
This interface marks a class as being the non reactive executor for a GraphQL mutation.
This interface marks a class as being the reactive executor for a GraphQL mutation.
This class is a wrapper around an ObjectMapper.
This interface marks a class as being the non reactive executor for a GraphQL query.
This interface marks a class as being the reactive executor for a GraphQL query.
 
Implementation of ImportBeanDefinitionRegistrar, that scans the given package for GraphQLRepository annotated interfaces, and register dynamic proxies as beans.
 
This class is responsible to execute the method call to GraphQLRepository.
The GraphQLRepositoryInvocationHandlers are created for each interface marked by the GraphQLRepository annotation by the GraphQLRepositoryProxyBeansRegistrar Spring configuration class.
Implementation of ImportBeanDefinitionRegistrar, that scans the given package for GraphQLRepository annotated interfaces, and register dynamic proxies as beans.
Thrown when an error occurs during the request execution.
 
This class is the unchecked exception version of the GraphQLRequestExecutionException.
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.
Thrown when an error occurs during the request preparation.
This interface marks a class as being the (non reactive) executor for a GraphQL subscription.
This interface marks a class as being the reactive executor for a GraphQL subscription.
Contains an input parameter, to be sent to a query (mutation...).
Indicates the kind of parameter
 
 
This class is used to retrieve the OAuth token, when in client mode, for subscription.
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)
This class filters the dummy request, and respond by the OAuthTokenExtractor.GetOAuthTokenClientResponse when the OAuthTokenExtractor.DUMMY_REQUEST is executed
This useless class is here only for compatibility with existing code, developped before the 1.6 release.
 
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.
This class is responsible to split the GraphQL query into meaningful tokens: the spaces, EOL (...) are removed and the (, @, { (...) are sent as token.
This class contains a portion of GraphQL request.
Deprecated.
Deprecated.
This class
This interface will receive the notification for each message that comes from a subscription.
This interface allows the application to interact with the subscription, once it has subscribed to it.
Default implementation for the SubscriptionClient interface.
Since 2.x release, this class is quite useless.