Uses of Class
org.springframework.graphql.client.AbstractGraphQlClientSyncBuilder
-
Uses of AbstractGraphQlClientSyncBuilder in org.springframework.graphql.client
Modifier and TypeClassDescriptionclass
Abstract, base class for transport specificGraphQlClient.SyncBuilder
implementations.Modifier and TypeMethodDescriptionprotected Consumer<AbstractGraphQlClientSyncBuilder<?>>
AbstractGraphQlClientSyncBuilder.getBuilderInitializer()
Return aConsumer
to initialize new builders from "this" builder.