インデックス

A B C D E F G H I J K L M N O P Q R S T U V W
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式

T

tcp(String, int) - インターフェース org.springframework.graphql.client のメソッド。RSocketGraphQlClient.Builder
基礎となるネットワークプロトコルとして TCP を選択します。
tcp(String, int) - Method in class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
tcp(String, int) - インターフェース org.springframework.graphql.test.tester のメソッド。RSocketGraphQlTester.Builder
基礎となるネットワークプロトコルとして TCP を選択します。
TimeoutWebGraphQlInterceptor - org.springframework.graphql.server のクラス
GraphQL リクエストのリクエストタイムアウトを強制する Web interceptor
TimeoutWebGraphQlInterceptor(Duration) - クラス org.springframework.graphql.server. TimeoutWebGraphQlInterceptor のコンストラクター
指定されたタイムアウト期間に新しいインターセプターを作成します。
TimeoutWebGraphQlInterceptor(Duration, HttpStatus) - クラス org.springframework.graphql.server. TimeoutWebGraphQlInterceptor のコンストラクター
指定されたタイムアウト期間とレスポンスステータスの新しいインターセプターを作成します。
toArgsMono(Object[]) - クラス org.springframework.graphql.data.method のメソッド。InvocableHandlerMethodSupport
このメソッドを使用して、引数を非同期的に解決します。
toCursor(Map<String, Object>) - クラス org.springframework.graphql.data.query のメソッド。JsonKeysetCursorStrategy
toCursor(ScrollPosition) - クラス org.springframework.graphql.data.query のメソッド。ScrollPositionCursorStrategy
toCursor(P) - インターフェース org.springframework.graphql.data.pagination のメソッド。CursorStrategy
指定された位置オブジェクトを文字列カーソルとしてフォーマットします。
toCursor(T) - クラス org.springframework.graphql.data.pagination のメソッド。EncodingCursorStrategy
toEntity(Class<D>) - インターフェース org.springframework.graphql.client のメソッド。ClientGraphQlResponse
完全なレスポンスマップを特定のターゲット型にデコードします。
toEntity(Class<D>) - インターフェース org.springframework.graphql.client のメソッド。ClientResponseField
フィールドを指定された型のエンティティにデコードします。
toEntity(Class<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSpec
フィールドを指定された型のエンティティにデコードします。
toEntity(Class<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSubscriptionSpec
フィールドを指定された型のエンティティにデコードします。
toEntity(Class<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSyncSpec
フィールドを指定された型のエンティティにデコードします。
toEntity(ParameterizedTypeReference<D>) - インターフェース org.springframework.graphql.client のメソッド。ClientGraphQlResponse
toEntity(ParameterizedTypeReference<D>) - インターフェース org.springframework.graphql.client のメソッド。ClientResponseField
toEntity(ParameterizedTypeReference<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSpec
toEntity(ParameterizedTypeReference<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSubscriptionSpec
toEntity(ParameterizedTypeReference<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSyncSpec
toEntityList(Class<D>) - インターフェース org.springframework.graphql.client のメソッド。ClientResponseField
エンティティのリストにデコードするための ClientResponseField.toEntity(Class) のバリアント。
toEntityList(Class<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSpec
エンティティのリストにデコードする GraphQlClient.RetrieveSpec.toEntity(Class) のバリアント。
toEntityList(Class<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSubscriptionSpec
エンティティのリストへの各レスポンスをデコードするための GraphQlClient.RetrieveSubscriptionSpec.toEntity(Class) のバリアント。
toEntityList(Class<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSyncSpec
エンティティのリストにデコードする GraphQlClient.RetrieveSyncSpec.toEntity(Class) のバリアント。
toEntityList(ParameterizedTypeReference<D>) - インターフェース org.springframework.graphql.client のメソッド。ClientResponseField
エンティティのリストにデコードするための ClientResponseField.toEntity(Class) のバリアント。
toEntityList(ParameterizedTypeReference<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSpec
toEntityList(ParameterizedTypeReference<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSubscriptionSpec
エンティティのリストへの各レスポンスをデコードするための GraphQlClient.RetrieveSubscriptionSpec.toEntity(Class) のバリアント。
toEntityList(ParameterizedTypeReference<D>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RetrieveSyncSpec
toExecutionInput() - Method in interface org.springframework.graphql.ExecutionGraphQlRequest
GraphQL に渡す ExecutionInput を作成します。
toExecutionInput() - クラス org.springframework.graphql.support のメソッド。DefaultExecutionGraphQlRequest
toFlux() - インターフェース org.springframework.graphql.test.tester のメソッド。GraphQlTester.Subscription
それぞれが個別のサブスクリプションイベントを表す GraphQlTester.Response インスタンスの Flux を返します。
toFlux(String, Class<T>) - インターフェース org.springframework.graphql.test.tester のメソッド。GraphQlTester.Subscription
各サブスクリプションイベントのデータの一部から変換されたエンティティの Flux を返します。
toFluxFromCollection(Object) - Static method in class org.springframework.graphql.execution.ReactiveAdapterRegistryHelper
値の論理コレクションを表す、指定された結果オブジェクトの Flux を返します。
toMap() - Method in exception class org.springframework.graphql.execution.SubscriptionPublisherException
GraphQL エラーを含む ExecutionResult 仕様マップを返します。
toMap() - Method in interface org.springframework.graphql.GraphQlRequest
リクエストを HTTP 経由の GraphQL および WebSocket 上の GraphQL で定義されている MapSE に変換します。
toMap() - Method in interface org.springframework.graphql.GraphQlResponse
GraphQL 仕様の「レスポンス」セクションで要求されているようにフォーマットされた、レスポンスのマップ表現を返します。
toMap() - クラス org.springframework.graphql.server.support のメソッド。SerializableGraphQlRequest
toMap() - クラス org.springframework.graphql.support のメソッド。DefaultExecutionGraphQlResponse
toMap() - クラス org.springframework.graphql.support のメソッド。DefaultGraphQlRequest
toMono(Object) - Static method in class org.springframework.graphql.execution.ReactiveAdapterRegistryHelper
ReactiveAdapterRegistryHelper.toMonoIfReactive(java.lang.Object) に委譲し、必要に応じて Mono.justOrEmpty(java.util.Optional<? extends T>) を適用することで、指定されたオブジェクトの Mono を返します。
toMonoIfReactive(Object) - Static method in class org.springframework.graphql.execution.ReactiveAdapterRegistryHelper
指定された結果オブジェクトが ReactiveAdapterRegistry を介して Publisher に適合できる場合は、Mono を返します。
toMonoOrFluxIfReactive(Object) - Static method in class org.springframework.graphql.execution.ReactiveAdapterRegistryHelper
指定された結果オブジェクトを、ReactiveAdapterRegistry を介してそれぞれ単一値または複数値 Publisher に適合できる場合は、Mono または Flux に適合させます。
toString() - クラス org.springframework.graphql.data のメソッド。ArgumentValue
toString() - レコードクラス org.springframework.graphql.data.federation のメソッド。FederationSchemaFactory.EntityMappingInfo
このレコードクラスの文字列表現を返します。
toString() - クラス org.springframework.graphql.data.method.annotation.support のメソッド。DataFetcherMappingInfo
toString() - クラス org.springframework.graphql.data.method のメソッド。HandlerMethod
toString() - クラス org.springframework.graphql.data.query のメソッド。QueryByExampleDataFetcher
toString() - クラス org.springframework.graphql.data.query のメソッド。QuerydslDataFetcher
toString() - クラス org.springframework.graphql.server.support のメソッド。GraphQlWebSocketMessage
toString() - Method in enum class org.springframework.graphql.server.support.GraphQlWebSocketMessageType
toString() - クラス org.springframework.graphql.support のメソッド。DefaultExecutionGraphQlRequest
toString() - クラス org.springframework.graphql.support のメソッド。DefaultExecutionGraphQlResponse
toString() - クラス org.springframework.graphql.support のメソッド。DefaultGraphQlRequest
toSubscriptionFlux(Object) - Static method in class org.springframework.graphql.execution.ReactiveAdapterRegistryHelper
指定された結果オブジェクトの Flux を返します。必要に応じて、ReactiveAdapterRegistry を介して Publisher に適合するか、Flux としてラップします。
transform(Consumer<RSocketGraphQlResponse.Builder>) - Method in class org.springframework.graphql.server.RSocketGraphQlResponse
基礎となる ExecutionResult を RSocketGraphQlResponse.Builder を介して変換し、変更された値を持つ新しいインスタンスを返します。
transform(Consumer<WebGraphQlResponse.Builder>) - クラス org.springframework.graphql.server のメソッド。WebGraphQlResponse
基礎となる ExecutionResult を WebGraphQlResponse.Builder を介して変換し、変更された値を持つ新しいインスタンスを返します。
type() - インターフェース org.springframework.graphql.execution のメソッド。SchemaReport.SkippedType
スキップされた型を返します。
TypeDefinitionConfigurer - Interface in org.springframework.graphql.execution
解析されたスキーマファイルから作成された TypeDefinitionRegistry をカスタマイズできるコールバック。
typeName() - レコードクラス org.springframework.graphql.data.federation のメソッド。FederationSchemaFactory.EntityMappingInfo
typeName レコードコンポーネントの値を返します。
typeName() - Element in annotation interface org.springframework.graphql.data.GraphQlRepository
これを使用して、リポジトリドメイン型に一致する GraphQL 型の名前をカスタマイズします。
typeName() - Element in annotation interface org.springframework.graphql.data.method.annotation.BatchMapping
GraphQL フィールドのソース / 親型の名前をカスタマイズします。
typeName() - Element in annotation interface org.springframework.graphql.data.method.annotation.SchemaMapping
GraphQL フィールドのソース / 親型の名前をカスタマイズします。
TypeVisitorHelper - Interface in org.springframework.graphql.execution
GraphQLTypeVisitor が型がサブスクリプション型であるかどうかを認識できます。
typeVisitors(List<GraphQLTypeVisitor>) - クラス org.springframework.graphql.execution のメソッド。AbstractGraphQlSourceBuilder
typeVisitors(List<GraphQLTypeVisitor>) - インターフェース org.springframework.graphql.execution のメソッド。GraphQlSource.Builder
作成された GraphQLSchema のすべての要素を訪問し、GraphQLCodeRegistry に変更を加えるには、GraphQLTypeVisitor を追加します。
typeVisitorsToTransformSchema(List<GraphQLTypeVisitor>) - クラス org.springframework.graphql.execution のメソッド。AbstractGraphQlSourceBuilder
typeVisitorsToTransformSchema(List<GraphQLTypeVisitor>) - インターフェース org.springframework.graphql.execution のメソッド。GraphQlSource.Builder
スキーマの変更も必要な訪問者向けの GraphQlSource.Builder.typeVisitors(List) の代替。
A B C D E F G H I J K L M N O P Q R S T U V W
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式