Uses of Class
org.springframework.graphql.execution.OperationNotAllowedException
Packages that use OperationNotAllowedException
Package
Description
HTTP and WebSocket handlers for use in a Spring WebFlux application.
HTTP and WebSocket handlers for use in a Spring WebMvc application.
-
Uses of OperationNotAllowedException in org.springframework.graphql.server.webflux
Methods in org.springframework.graphql.server.webflux that return OperationNotAllowedExceptionModifier and TypeMethodDescriptionprotected static @Nullable OperationNotAllowedExceptionAbstractGraphQlHttpHandler.findRejection(WebGraphQlResponse response) Find anOperationNotAllowedExceptionrejection in the response errors, if any. -
Uses of OperationNotAllowedException in org.springframework.graphql.server.webmvc
Methods in org.springframework.graphql.server.webmvc that return OperationNotAllowedExceptionModifier and TypeMethodDescriptionprotected static @Nullable OperationNotAllowedExceptionAbstractGraphQlHttpHandler.findRejection(WebGraphQlResponse response) Find anOperationNotAllowedExceptionrejection in the response errors, if any.