Uses of Class
org.springframework.graphql.server.webmvc.GraphQlHttpHandler.Builder
Packages that use GraphQlHttpHandler.Builder
Package
Description
HTTP and WebSocket handlers for use in a Spring WebMvc application.
-
Uses of GraphQlHttpHandler.Builder in org.springframework.graphql.server.webmvc
Methods in org.springframework.graphql.server.webmvc that return GraphQlHttpHandler.BuilderModifier and TypeMethodDescriptionstatic GraphQlHttpHandler.BuilderGraphQlHttpHandler.builder(WebGraphQlHandler graphQlHandler) Return a builder to create aGraphQlHttpHandler, e.g.GraphQlHttpHandler.Builder.httpMethods(HttpMethod... httpMethods) Set the HTTP methods that the handler should support.GraphQlHttpHandler.Builder.messageConverter(HttpMessageConverter<?> converter) Set the converter to use to read and write GraphQL payloads.