Uses of Interface
org.springframework.graphql.data.method.annotation.support.HandlerDataFetcherExceptionResolver
Packages that use HandlerDataFetcherExceptionResolver
Package
Description
Resolvers for method parameters of annotated handler methods.
-
Uses of HandlerDataFetcherExceptionResolver in org.springframework.graphql.data.method.annotation.support
Methods in org.springframework.graphql.data.method.annotation.support that return HandlerDataFetcherExceptionResolverModifier and TypeMethodDescriptionAnnotatedControllerDetectionSupport.getExceptionResolver()Return aDataFetcherExceptionResolverthat resolves exceptions with@GraphQlExceptionHandlermethods in@ControllerAdviceclasses declared in Spring configuration.