Uses of Class
org.springframework.graphql.client.AbstractGraphQlClientBuilder
Packages that use AbstractGraphQlClientBuilder
-
Uses of AbstractGraphQlClientBuilder in org.springframework.graphql.client
Classes in org.springframework.graphql.client with type parameters of type AbstractGraphQlClientBuilderModifier and TypeClassDescriptionclass
AbstractGraphQlClientBuilder<B extends AbstractGraphQlClientBuilder<B>>
Abstract, base class for transport specificGraphQlClient.Builder
implementations.Methods in org.springframework.graphql.client that return types with arguments of type AbstractGraphQlClientBuilderModifier and TypeMethodDescriptionprotected Consumer<AbstractGraphQlClientBuilder<?>>
AbstractGraphQlClientBuilder.getBuilderInitializer()
Return aConsumer
to initialize new builders from "this" builder.