Uses of Interface
org.springframework.graphql.execution.DataFetcherExceptionResolver
Package
Description
Resolvers for method parameters of annotated handler methods.
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of DataFetcherExceptionResolver in org.springframework.graphql.data.method.annotation.support
Modifier and TypeInterfaceDescriptioninterface
Extension ofDataFetcherExceptionResolver
with overloaded method to apply at the point of DataFetcher invocation to allow local exception handling. -
Uses of DataFetcherExceptionResolver in org.springframework.graphql.execution
Modifier and TypeClassDescriptionclass
Adapter forDataFetcherExceptionResolver
that pre-implements the asynchronous contract and exposes the following synchronous protected methods:DataFetcherExceptionResolverAdapter.resolveToSingleError(java.lang.Throwable, graphql.schema.DataFetchingEnvironment)
DataFetcherExceptionResolverAdapter.resolveToMultipleErrors(java.lang.Throwable, graphql.schema.DataFetchingEnvironment)
class
ReactiveDataFetcherExceptionResolver
for Spring Security exceptions.class
DataFetcherExceptionResolver
for Spring Security exceptions.Modifier and TypeMethodDescriptionstatic DataFetcherExceptionHandler
DataFetcherExceptionResolver.createExceptionHandler
(List<DataFetcherExceptionResolver> resolvers) Factory method to create aDataFetcherExceptionHandler
from a list ofDataFetcherExceptionResolver
's.AbstractGraphQlSourceBuilder.exceptionResolvers
(List<DataFetcherExceptionResolver> resolvers) GraphQlSource.Builder.exceptionResolvers
(List<DataFetcherExceptionResolver> resolvers) AddDataFetcherExceptionResolver
's that are invoked when aDataFetcher
raises an exception.