- handle(WebSocketSession) - Method in class org.springframework.graphql.web.webflux.GraphQlWebSocketHandler
-
- handle(WebInput) - Method in interface org.springframework.graphql.web.WebGraphQlHandler
-
Perform request execution for the given input and return the result.
- handleRequest(ServerRequest) - Method in class org.springframework.graphql.web.webflux.GraphiQlHandler
-
Handle the request, serving the GraphiQL page as HTML or adding a "path"
param and redirecting back to the same URL if needed.
- handleRequest(ServerRequest) - Method in class org.springframework.graphql.web.webflux.GraphQlHttpHandler
-
Handle GraphQL requests over HTTP.
- handleRequest(ServerRequest) - Method in class org.springframework.graphql.web.webflux.SchemaHandler
-
- handleRequest(ServerRequest) - Method in class org.springframework.graphql.web.webmvc.GraphiQlHandler
-
Handle the request, serving the GraphiQL page as HTML or adding a "path"
param and redirecting back to the same URL if needed.
- handleRequest(ServerRequest) - Method in class org.springframework.graphql.web.webmvc.GraphQlHttpHandler
-
Handle GraphQL requests over HTTP.
- handleRequest(ServerRequest) - Method in class org.springframework.graphql.web.webmvc.SchemaHandler
-
- HandlerMethod - Class in org.springframework.graphql.data.method
-
Encapsulates information about a handler method consisting of a
method and a
bean.
- HandlerMethod(Object, Method) - Constructor for class org.springframework.graphql.data.method.HandlerMethod
-
Constructor with a handler instance and a method.
- HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.graphql.data.method.HandlerMethod
-
Constructor with a bean name for the handler along with a
BeanFactory
to allow
resolving
the handler instance
later.
- HandlerMethod(HandlerMethod) - Constructor for class org.springframework.graphql.data.method.HandlerMethod
-
Copy constructor for use from subclasses that accept more arguments.
- HandlerMethod.HandlerMethodParameter - Class in org.springframework.graphql.data.method
-
A MethodParameter with HandlerMethod-specific behavior.
- HandlerMethodArgumentResolver - Interface in org.springframework.graphql.data.method
-
Strategy interface for resolving method parameters into argument values in
the context of a given request.
- HandlerMethodArgumentResolverComposite - Class in org.springframework.graphql.data.method
-
- HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.graphql.data.method.HandlerMethodArgumentResolverComposite
-
- HandlerMethodParameter(int) - Constructor for class org.springframework.graphql.data.method.HandlerMethod.HandlerMethodParameter
-
- HandlerMethodParameter(HandlerMethod.HandlerMethodParameter) - Constructor for class org.springframework.graphql.data.method.HandlerMethod.HandlerMethodParameter
-
- handleTextMessage(WebSocketSession, TextMessage) - Method in class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
-
- handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
-
- hashCode() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
- hasMethodAnnotation(Class<T>) - Method in class org.springframework.graphql.data.method.HandlerMethod.HandlerMethodParameter
-
- hasMethodAnnotation(Class<A>) - Method in class org.springframework.graphql.data.method.HandlerMethod
-
Return whether the parameter is declared with the given annotation type.
- hasSize(int) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
-
Assert the list contains the specified number of elements.
- hasSizeGreaterThan(int) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
-
Assert the list contains more elements than the specified number.
- hasSizeLessThan(int) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ListEntitySpec
-
Assert the list contains fewer elements than the specified number.
- header(String, String...) - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.WebRequestSpec
-
Add the given, single header value under the given name.
- headers(Consumer<HttpHeaders>) - Method in interface org.springframework.graphql.test.tester.WebGraphQlTester.WebRequestSpec
-
Manipulate the request's headers with the given consumer.