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 TypeClassDescriptionclassAbstract, base class for transport specificGraphQlClient.SyncBuilderimplementations.Methods in org.springframework.graphql.client that return types with arguments of type AbstractGraphQlClientSyncBuilderModifier and TypeMethodDescriptionprotected Consumer<AbstractGraphQlClientSyncBuilder<?>> AbstractGraphQlClientSyncBuilder.getBuilderInitializer()Return aConsumerto initialize new builders from "this" builder.