Uses of Class
org.springframework.graphql.server.webflux.GraphQlHttpHandler.Builder
Packages that use GraphQlHttpHandler.Builder
Package
Description
HTTP and WebSocket handlers for use in a Spring WebFlux application.
-
Uses of GraphQlHttpHandler.Builder in org.springframework.graphql.server.webflux
Methods in org.springframework.graphql.server.webflux that return GraphQlHttpHandler.BuilderModifier and TypeMethodDescriptionstatic GraphQlHttpHandler.BuilderGraphQlHttpHandler.builder(WebGraphQlHandler graphQlHandler) Return a builder to create aGraphQlHttpHandler, e.g.GraphQlHttpHandler.Builder.codecConfigurer(CodecConfigurer codecConfigurer) Set the codec configurer to use for JSON encoding and decoding.GraphQlHttpHandler.Builder.httpMethods(HttpMethod... httpMethods) Set the HTTP methods that the handler should support.