Skip navigation links
Spring GraphQL
A B C D E F G H I J L M O P Q R S T V W 

R

ReactiveSecurityDataFetcherExceptionResolver - Class in org.springframework.graphql.security
Reactive DataFetcherExceptionResolver for Spring Security exceptions.
ReactiveSecurityDataFetcherExceptionResolver() - Constructor for class org.springframework.graphql.security.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
 
registrationTypeVisitor(List<QuerydslPredicateExecutor<?>>, List<ReactiveQuerydslPredicateExecutor<?>>) - Static method in class org.springframework.graphql.data.querydsl.QuerydslDataFetcher
Create a GraphQLTypeVisitor that finds queries with a return type whose name matches to the domain type name of the given repositories and registers DataFetchers for those queries.
RequestInput - Class in org.springframework.graphql
Common representation for GraphQL request input.
RequestInput(String, String, Map<String, Object>) - Constructor for class org.springframework.graphql.RequestInput
 
RequestInput(Map<String, Object>) - Constructor for class org.springframework.graphql.RequestInput
 
resetValues(Map<String, Object>) - Method in interface org.springframework.graphql.execution.ThreadLocalAccessor
Reset ThreadLocal context for the given, previously extracted and then restored values.
resetValues(Map<String, Object>) - Method in class org.springframework.graphql.security.SecurityContextThreadLocalAccessor
 
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.DataFetchingEnvironmentMethodArgumentResolver
 
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
Resolves a method parameter into an argument value from a given request.
resolveArgument(MethodParameter, DataFetchingEnvironment) - Method in class org.springframework.graphql.data.method.HandlerMethodArgumentResolverComposite
Iterate over registered HandlerMethodArgumentResolvers and invoke the one that supports it.
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.security.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.security.SecurityDataFetcherExceptionResolver
 
responseHeader(String, String...) - Method in class org.springframework.graphql.web.WebOutput.Builder
Add a custom header to be set on the HTTP response.
responseHeaders(Consumer<HttpHeaders>) - Method in class org.springframework.graphql.web.WebOutput.Builder
Consume and update the headers to be set on the HTTP response.
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 interface org.springframework.graphql.execution.ThreadLocalAccessor
Restore ThreadLocal context by looking up previously extracted values.
restoreValues(Map<String, Object>) - Method in class org.springframework.graphql.security.SecurityContextThreadLocalAccessor
 
RuntimeWiringConfigurer - Interface in org.springframework.graphql.execution
Component used to apply changes to the RuntimeWiring.Builder instance used in GraphQlSource.Builder.
A B C D E F G H I J L M O P Q R S T V W 
Skip navigation links
Spring GraphQL