Uses of Interface
org.springframework.graphql.client.HttpGraphQlClient.Builder
Packages that use HttpGraphQlClient.Builder
-
Uses of HttpGraphQlClient.Builder in org.springframework.graphql.client
Classes in org.springframework.graphql.client with type parameters of type HttpGraphQlClient.BuilderModifier and TypeInterfaceDescriptionstatic interface
HttpGraphQlClient.Builder<B extends HttpGraphQlClient.Builder<B>>
Builder for the GraphQL over HTTP client.Methods in org.springframework.graphql.client that return HttpGraphQlClient.BuilderModifier and TypeMethodDescriptionstatic HttpGraphQlClient.Builder<?>
HttpGraphQlClient.builder()
Return a builder to initialize anHttpGraphQlClient
with.static HttpGraphQlClient.Builder<?>
Variant ofHttpGraphQlClient.builder()
with a pre-configuredWebClient
to mutate and customize further through the returned builder.static HttpGraphQlClient.Builder<?>
HttpGraphQlClient.builder
(WebClient.Builder webClientBuilder) Variant ofHttpGraphQlClient.builder()
with a pre-configuredWebClient
to mutate and customize further through the returned builder.HttpGraphQlClient.mutate()