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