| GraphqlClientUtils |
|
| GraphQLConfiguration |
This class contains a GraphQL configuration for the GraphQL client.
|
| GraphQLObjectMapper |
This class is a wrapper around an ObjectMapper.
|
| GraphQLReactiveWebSocketHandler<R,T> |
This class implements the Web Socket, as needed by the Spring Web Socket implementation.
|
| OAuthTokenExtractor |
This class is used to retrieve the OAuth token, when in client mode, for subscription.
|
| OAuthTokenExtractor.GetOAuthTokenClientResponse |
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 |
|
| QueryExecutorImpl |
Deprecated. |
| QueryExecutorSpringReactiveImpl |
This is the default implementation for the QueryExecutor This implementation has been added in version
1.12.
It is loaded by the GraphQLAutoConfiguration Spring auto-configuration class.
|
| SubscriptionClientWebSocket<R,T> |
This class implements the Web Socket, as needed by the jetty's Web Socket implementation.
|