- ReactiveSecurityDataFetcherExceptionResolver - Class in org.springframework.graphql.execution
-
- ReactiveSecurityDataFetcherExceptionResolver() - Constructor for class org.springframework.graphql.execution.ReactiveSecurityDataFetcherExceptionResolver
-
- ReactorContextManager - Class in org.springframework.graphql.execution
-
Provides helper methods to save Reactor context in the
ExecutionInput
so it can be subsequently obtained from
DataFetchingEnvironment
and
propagated to data fetchers or exception handlers.
- ReactorContextManager() - Constructor for class org.springframework.graphql.execution.ReactorContextManager
-
- registerBatchLoader(BiFunction<List<K>, BatchLoaderEnvironment, Flux<V>>) - Method in interface org.springframework.graphql.execution.BatchLoaderRegistry.RegistrationSpec
-
Register the give batch loading function.
- registerDataLoaders(DataLoaderRegistry, GraphQLContext) - Method in interface org.springframework.graphql.execution.DataLoaderRegistrar
-
Callback that provides access to the
DataLoaderRegistry
from the
the
ExecutionInput
.
- registerDataLoaders(DataLoaderRegistry, GraphQLContext) - Method in class org.springframework.graphql.execution.DefaultBatchLoaderRegistry
-
- registerMappedBatchLoader(BiFunction<Set<K>, BatchLoaderEnvironment, Mono<Map<K, V>>>) - Method in interface org.springframework.graphql.execution.BatchLoaderRegistry.RegistrationSpec
-
- requiresProjection(Class<?>) - Method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
-
- requiresProjection(Class<?>) - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher
-
- resetValues(Map<String, Object>) - Method in class org.springframework.graphql.execution.SecurityContextThreadLocalAccessor
-
- resetValues(Map<String, Object>) - Method in interface org.springframework.graphql.execution.ThreadLocalAccessor
-
Reset ThreadLocal context for the given, previously
extracted
and then
restored
values.
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.ArgumentMapMethodArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.ArgumentMethodArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.ArgumentsMethodArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.AuthenticationPrincipalArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.ContextValueMethodArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.ContinuationHandlerMethodArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.DataFetchingEnvironmentMethodArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.DataLoaderMethodArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.PrincipalMethodArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.ProjectedPayloadMethodArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.annotation.support.SourceMethodArgumentResolver
-
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in interface org.springframework.graphql.data.method.HandlerMethodArgumentResolver
-
Resolve a method parameter to a value.
- resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.HandlerMethodArgumentResolverComposite
-
- resolvedType() - Method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
-
Return the message type as an emum.
- resolveException(Throwable, DataFetchingEnvironment) - Method in interface org.springframework.graphql.execution.DataFetcherExceptionResolver
-
Resolve the given exception and return the error(s) to add to the response.
- resolveException(Throwable, DataFetchingEnvironment) - Method in class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
-
- resolveException(Throwable, DataFetchingEnvironment) - Method in class org.springframework.graphql.execution.ReactiveSecurityDataFetcherExceptionResolver
-
- resolveToMultipleErrors(Throwable, DataFetchingEnvironment) - Method in class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
-
Override this method to resolve an Exception to multiple GraphQL errors.
- resolveToSingleError(Throwable, DataFetchingEnvironment) - Method in class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
-
Override this method to resolve an Exception to a single GraphQL error.
- resolveToSingleError(Throwable, DataFetchingEnvironment) - Method in class org.springframework.graphql.execution.SecurityDataFetcherExceptionResolver
-
- ResourceDocumentSource - Class in org.springframework.graphql.support
-
DocumentSource
that looks for a document
Resource
under a set
of locations and trying a number of different file extension.
- ResourceDocumentSource() - Constructor for class org.springframework.graphql.support.ResourceDocumentSource
-
Default constructor that sets the location to "classpath:graphql/"
and the extensions to ".graphql" and ".gql".
- ResourceDocumentSource(List<Resource>, List<String>) - Constructor for class org.springframework.graphql.support.ResourceDocumentSource
-
Constructor with given locations and extensions.
- ResponseError - Interface in org.springframework.graphql
-
Represents a GraphQL response error.
- ResponseField - Interface in org.springframework.graphql
-
Representation for a field in a GraphQL response, with options to examine
the field value and errors.
- responseTimeout(Duration) - Method in class org.springframework.graphql.test.tester.AbstractGraphQlTesterBuilder
-
- responseTimeout(Duration) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Builder
-
Max amount of time to wait for a GraphQL response.
- restoreValues(Map<String, Object>) - Method in class org.springframework.graphql.execution.SecurityContextThreadLocalAccessor
-
- restoreValues(Map<String, Object>) - Method in interface org.springframework.graphql.execution.ThreadLocalAccessor
-
Restore ThreadLocal context by looking up previously
extracted
values.
- retrieve(String) - Method in interface org.springframework.graphql.client.GraphQlClient.RequestSpec
-
- retrieveSubscription(String) - Method in interface org.springframework.graphql.client.GraphQlClient.RequestSpec
-
- route(String) - Method in interface org.springframework.graphql.client.RSocketGraphQlClient.Builder
-
Customize the route to specify in the metadata of each request so the
server can route it to the handler for GraphQL requests.
- route(String) - Method in class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
-
- route(String) - Method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester.Builder
-
Customize the route to specify in the metadata of each request so the
server can route it to the handler for GraphQL requests.
- RSocketGraphQlClient - Interface in org.springframework.graphql.client
-
- RSocketGraphQlClient.Builder<B extends RSocketGraphQlClient.Builder<B>> - Interface in org.springframework.graphql.client
-
Builder for the GraphQL over HTTP client.
- RSocketGraphQlInterceptor - Interface in org.springframework.graphql.server
-
- RSocketGraphQlInterceptor.Chain - Interface in org.springframework.graphql.server
-
Contract for delegation to the rest of the chain.
- RSocketGraphQlRequest - Class in org.springframework.graphql.server
-
- RSocketGraphQlRequest(Map<String, Object>, String, Locale) - Constructor for class org.springframework.graphql.server.RSocketGraphQlRequest
-
Create an instance.
- RSocketGraphQlResponse - Class in org.springframework.graphql.server
-
- RSocketGraphQlResponse(ExecutionGraphQlResponse) - Constructor for class org.springframework.graphql.server.RSocketGraphQlResponse
-
- RSocketGraphQlResponse.Builder - Class in org.springframework.graphql.server
-
- RSocketGraphQlTester - Interface in org.springframework.graphql.test.tester
-
- RSocketGraphQlTester.Builder<B extends RSocketGraphQlTester.Builder<B>> - Interface in org.springframework.graphql.test.tester
-
Builder for a GraphQL over RSocket tester.
- rsocketRequester(Consumer<RSocketRequester.Builder>) - Method in interface org.springframework.graphql.client.RSocketGraphQlClient.Builder
-
Customize the underlying RSocketRequester
to use.
- rsocketRequester(Consumer<RSocketRequester.Builder>) - Method in class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
-
- rsocketRequester(Consumer<RSocketRequester.Builder>) - Method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester.Builder
-
Customize the underlying RSocketRequester
to use.
- RuntimeWiringConfigurer - Interface in org.springframework.graphql.execution
-