インターフェースの使用
org.springframework.graphql.client.WebGraphQlClient.Builder
WebGraphQlClient.Builder を使用するパッケージ
org.springframework.graphql.client 内の WebGraphQlClient.Builder 使用
型 WebGraphQlClient.Builder の型パラメーターを持つ org.springframework.graphql.client のクラス修飾子と型インターフェース説明static interfaceWebGraphQlClient.Builder<B extends WebGraphQlClient.Builder<B>>Web トランスポートを介した GraphQL クライアントの基本ビルダー。org.springframework.graphql.client 内の WebGraphQlClient.Builder サブインターフェース修飾子と型インターフェース説明static interfaceHttpGraphQlClient.Builder<B extends HttpGraphQlClient.Builder<B>>GraphQL over HTTP クライアントのビルダー。static interfaceWebSocketGraphQlClient.Builder<B extends WebSocketGraphQlClient.Builder<B>>GraphQL over WebSocket クライアントのビルダー。