インデックス

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

A

AbstractAuthenticationWebSocketInterceptor - org.springframework.graphql.server.support のクラス
"connection_init" GraphQL over WebSocket メッセージのペイロードから Authentication を抽出するインターセプターの基本クラス。
AbstractAuthenticationWebSocketInterceptor(AuthenticationExtractor) - クラス org.springframework.graphql.server.support. AbstractAuthenticationWebSocketInterceptor のコンストラクター
"connection_init" メッセージから認証値を抽出するために使用する戦略を持つコンストラクター。
AbstractDelegatingGraphQlClient - org.springframework.graphql.client のクラス
基盤となるトランスポートの構築を支援する GraphQlClient 拡張機能の基本クラスですが、それ以外の場合はデフォルトの GraphQlClient 実装に委譲してリクエストを実行します。
AbstractDelegatingGraphQlClient(GraphQlClient) - クラス org.springframework.graphql.client. AbstractDelegatingGraphQlClient のコンストラクター
AbstractDelegatingGraphQlTester - org.springframework.graphql.test.tester のクラス
基盤となるトランスポートの構築を主に支援する GraphQlTester の拡張機能の基本クラスですが、それ以外の場合は、実際のリクエスト実行のためにデフォルトの GraphQlTester 実装に委譲します。
AbstractDelegatingGraphQlTester(GraphQlTester) - クラス org.springframework.graphql.test.tester. AbstractDelegatingGraphQlTester のコンストラクター
AbstractGraphQlClientBuilder<B> - org.springframework.graphql.client のクラス
トランスポート固有の GraphQlClient.Builder 実装の抽象基本クラス。
AbstractGraphQlClientBuilder() - クラス org.springframework.graphql.client. AbstractGraphQlClientBuilder のコンストラクター
サブクラスから使用するデフォルトのコンストラクター。
AbstractGraphQlClientBuilder.DefaultJackson2Codecs - org.springframework.graphql.client のクラス
AbstractGraphQlClientBuilder.DefaultJacksonCodecs - org.springframework.graphql.client のクラス
AbstractGraphQlClientSyncBuilder<B> - org.springframework.graphql.client のクラス
トランスポート固有の GraphQlClient.SyncBuilder 実装の抽象基本クラス。
AbstractGraphQlClientSyncBuilder() - クラス org.springframework.graphql.client. AbstractGraphQlClientSyncBuilder のコンストラクター
サブクラスから使用するデフォルトのコンストラクター。
AbstractGraphQlHttpHandler - org.springframework.graphql.server.webflux のクラス
GraphQL over HTTP ハンドラーの抽象基本クラス。
AbstractGraphQlHttpHandler - org.springframework.graphql.server.webmvc のクラス
GraphQL over HTTP ハンドラーの抽象基本クラス。
AbstractGraphQlHttpHandler(WebGraphQlHandler, CodecConfigurer) - クラス org.springframework.graphql.server.webflux. AbstractGraphQlHttpHandler のコンストラクター
AbstractGraphQlHttpHandler(WebGraphQlHandler, HttpMessageConverter<?>) - クラス org.springframework.graphql.server.webmvc. AbstractGraphQlHttpHandler のコンストラクター
AbstractGraphQlResponse - org.springframework.graphql.support のクラス
ResponseField にアクセスする機能を事前実装する GraphQlResponse の基本クラス。
AbstractGraphQlResponse() - クラス org.springframework.graphql.support. AbstractGraphQlResponse のコンストラクター
AbstractGraphQlSourceBuilder<B> - org.springframework.graphql.execution のクラス
GraphQLSchema の初期化をサブクラスに任せる GraphQlSource.Builder の実装。
AbstractGraphQlSourceBuilder() - クラス org.springframework.graphql.execution. AbstractGraphQlSourceBuilder のコンストラクター
AbstractGraphQlTesterBuilder<B> - org.springframework.graphql.test.tester のクラス
トランスポート固有の GraphQlTester.Builder 実装の抽象基本クラス。
AbstractGraphQlTesterBuilder() - クラス org.springframework.graphql.test.tester. AbstractGraphQlTesterBuilder のコンストラクター
AbstractSortStrategy - org.springframework.graphql.data.query のクラス
SortStrategy の便利な基本クラス。
AbstractSortStrategy() - クラス org.springframework.graphql.data.query. AbstractSortStrategy のコンストラクター
addCustomArgumentResolver(HandlerMethodArgumentResolver) - クラス org.springframework.graphql.data.method.annotation.support のメソッド。AnnotatedControllerConfigurer
カスタムコントローラーメソッドの引数に HandlerMethodArgumentResolver を追加します。
addDataLoaderRegistrar(DataLoaderRegistrar) - クラス org.springframework.graphql.execution のメソッド。DefaultExecutionGraphQlService
レジストラを追加して、リクエストごとに DataLoaderRegistry にアクセスして構成します。
addFormatterRegistrar(FormatterRegistrar) - クラス org.springframework.graphql.data.method.annotation.support のメソッド。AnnotatedControllerDetectionSupport
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
addMapping(Class<?>, String) - クラス org.springframework.graphql.execution のメソッド。ClassNameTypeResolver
Java ClassSE から GraphQL オブジェクト型名へのマッピングを追加します。
addResolver(HandlerMethodArgumentResolver) - クラス org.springframework.graphql.data.method のメソッド。HandlerMethodArgumentResolverComposite
指定された HandlerMethodArgumentResolver を追加します。
afterConnectionClosed(WebSocketSession, CloseStatus) - クラス org.springframework.graphql.server.webmvc のメソッド。GraphQlWebSocketHandler
afterConnectionEstablished(WebSocketSession) - クラス org.springframework.graphql.server.webmvc のメソッド。GraphQlWebSocketHandler
afterPropertiesSet() - クラス org.springframework.graphql.data.federation のメソッド。FederationSchemaFactory
afterPropertiesSet() - クラス org.springframework.graphql.data.method.annotation.support のメソッド。AnnotatedControllerConfigurer
afterPropertiesSet() - クラス org.springframework.graphql.data.method.annotation.support のメソッド。AnnotatedControllerDetectionSupport
andThen(GraphQlClientInterceptor) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClientInterceptor
最初に現在のインターセプターを呼び出し、次に渡されたインターセプターを呼び出す新しいインターセプターを返します。
andThen(SyncGraphQlClientInterceptor) - インターフェース org.springframework.graphql.client のメソッド。SyncGraphQlClientInterceptor
最初に現在のインターセプターを呼び出し、次に渡されたインターセプターを呼び出す新しいインターセプターを返します。
andThen(GraphQlArgumentBinder.NameResolver) - インターフェース org.springframework.graphql.data のメソッド。GraphQlArgumentBinder.NameResolver
現在のリゾルバーの後に呼び出される別のリゾルバーを追加します。
andThen(RSocketGraphQlInterceptor) - Method in interface org.springframework.graphql.server.RSocketGraphQlInterceptor
最初に現在のインターセプターを呼び出し、次に渡されたインターセプターを呼び出す新しい RSocketGraphQlInterceptor を返します。
andThen(WebGraphQlInterceptor) - インターフェース org.springframework.graphql.server のメソッド。WebGraphQlInterceptor
最初に現在のインターセプターを呼び出し、次に渡されたインターセプターを呼び出す新しい WebGraphQlInterceptor を返します。
AnnotatedControllerConfigurer - org.springframework.graphql.data.method.annotation.support のクラス
RuntimeWiringConfigurer は、@Controller クラス内の @SchemaMapping メソッドと @BatchMapping メソッドを見つけて、DataFetcher として登録します。
AnnotatedControllerConfigurer() - クラス org.springframework.graphql.data.method.annotation.support. AnnotatedControllerConfigurer のコンストラクター
AnnotatedControllerDetectionSupport<M> - org.springframework.graphql.data.method.annotation.support のクラス
DataFetchingEnvironment から解決された引数値を持つアノテーション付きコントローラーメソッドを見つけるクラスの便利なベースです。
AnnotatedControllerDetectionSupport() - クラス org.springframework.graphql.data.method.annotation.support. AnnotatedControllerDetectionSupport のコンストラクター
annotatedElement() - インターフェース org.springframework.graphql.execution のメソッド。SchemaReport.NullnessError
スキーマの考慮された部分を実装するアノテーション付き要素。
APPLICATION_GRAPHQL_RESPONSE - Static variable in class org.springframework.graphql.MediaTypes
HTTP プロトコル経由の GraphQL レスポンスの標準メディア型。
applicationNullness() - インターフェース org.springframework.graphql.execution のメソッド。SchemaReport.NullnessError
アプリケーションコードに null 値が含まれています。
apply(RSocketGraphQlInterceptor.Chain) - Method in interface org.springframework.graphql.server.RSocketGraphQlInterceptor
このインターセプターを特定の Chain に適用すると、インターセプトされた チェーンが生成されます。
apply(WebGraphQlInterceptor.Chain) - インターフェース org.springframework.graphql.server のメソッド。WebGraphQlInterceptor
このインターセプターを特定の Chain に適用すると、インターセプトされた チェーンが生成されます。
applyGraphQlConfigurers(GraphQL.Builder) - クラス org.springframework.graphql.execution のメソッド。AbstractGraphQlSourceBuilder
configured graphQlConfigurer を適用するための protected メソッド。
Argument - Annotation Interface in org.springframework.graphql.data.method.annotation
名前付き GraphQL argument をメソッドパラメーターにバインドするためのアノテーション。
ArgumentMethodArgumentResolver - org.springframework.graphql.data.method.annotation.support のクラス
@Argument でアノテーションが付けられたメソッドパラメーターのリゾルバー。
ArgumentMethodArgumentResolver(GraphQlArgumentBinder) - クラス org.springframework.graphql.data.method.annotation.support. ArgumentMethodArgumentResolver のコンストラクター
argumentNullnessErrors() - インターフェース org.springframework.graphql.execution のメソッド。SchemaReport
スキーマ引数とアプリケーション内の対応する AnnotatedElementSE の間に null 値エラーがある場合、DataFetcher とその引数の情報を含むマップを返します。
Arguments - Annotation Interface in org.springframework.graphql.data.method.annotation
Argument に似ていますが、完全な arguments マップと結合します。
ArgumentsMethodArgumentResolver - org.springframework.graphql.data.method.annotation.support のクラス
@Arguments でアノテーションが付けられたメソッドパラメーターのリゾルバー。ArgumentMethodArgumentResolver の機能と似ていますが、ターゲットオブジェクトへのバインディングのソースとして、その中の特定の引数値ではなく、完全な GraphQL arguments マップを使用します。
ArgumentsMethodArgumentResolver(GraphQlArgumentBinder) - クラス org.springframework.graphql.data.method.annotation.support. ArgumentsMethodArgumentResolver のコンストラクター
ArgumentValue<T> - org.springframework.graphql.data のクラス
GraphQL 引数をより高いレベルのオブジェクトにバインドすることによる値の単純なコンテナーと、提供されましたが "null" リテラルに設定されたのではなく、入力引数が完全に省略されたかどうかを示すフラグ。
ArgumentValueValueExtractor - org.springframework.graphql.data.method.annotation.support のクラス
ValueExtractor は ArgumentValue で @Valid を有効にし、そこから値を抽出できます。
ArgumentValueValueExtractor() - クラス org.springframework.graphql.data.method.annotation.support. ArgumentValueValueExtractor のコンストラクター
asMethod() - インターフェース org.springframework.graphql.execution のメソッド。SelfDescribingDataFetcher
可能であれば、現在の DataFetcher を Java メソッドとして返します。
asOptional() - クラス org.springframework.graphql.data のメソッド。ArgumentValue
含まれている値を null 許容 OptionalSE として返します。
assertTargetBean(Method, Object, Object[]) - クラス org.springframework.graphql.data.method のメソッド。HandlerMethod
ターゲット Bean クラスが、指定されたメソッドが宣言されているクラスのインスタンスであることをアサートします。
asTransport(GraphQlClient) - Static method in class org.springframework.graphql.test.tester.AbstractGraphQlTesterBuilder
テスターが GraphQlTransport を必要とする場合、トランスポートはパッケージプライベートであるため直接使用できませんが、対応する GraphQlClient を適用して GraphQlTransport に適用することはできます。
attribute(String, Object) - クラス org.springframework.graphql.client のメソッド。DgsGraphQlClient.RequestSpec
クライアントリクエスト属性を設定します。
attribute(String, Object) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RequestSpec
クライアントリクエスト属性を設定します。
attributes(Consumer<Map<String, Object>>) - クラス org.springframework.graphql.client のメソッド。DgsGraphQlClient.RequestSpec
クライアントリクエスト属性を操作します。
attributes(Consumer<Map<String, Object>>) - インターフェース org.springframework.graphql.client のメソッド。GraphQlClient.RequestSpec
クライアントリクエスト属性を操作します。
authenticate(Authentication) - クラス org.springframework.graphql.server.support のメソッド。AbstractAuthenticationWebSocketInterceptor
サブクラスはこのメソッドを実装して、認証された SecurityContext またはエラーを返します。
authenticate(Authentication) - クラス org.springframework.graphql.server.webflux のメソッド。AuthenticationWebSocketInterceptor
authenticate(Authentication) - クラス org.springframework.graphql.server.webmvc のメソッド。AuthenticationWebSocketInterceptor
AuthenticationExtractor - Interface in org.springframework.graphql.server.support
"connection_init" GraphQL over WebSocket メッセージのペイロードから Authentication を抽出する戦略。
AuthenticationPrincipalArgumentResolver - org.springframework.graphql.data.method.annotation.support のクラス
AuthenticationPrincipal でアノテーションが付けられたパラメーターの SecurityContext.getAuthentication() を介して Spring Security コンテキストから Authentication.getPrincipal() を取得するリゾルバー。
AuthenticationPrincipalArgumentResolver(BeanResolver) - クラス org.springframework.graphql.data.method.annotation.support. AuthenticationPrincipalArgumentResolver のコンストラクター
新しいインスタンスを作成します。
AuthenticationWebSocketInterceptor - org.springframework.graphql.server.webflux のクラス
WebFlux GraphQL トランスポートで使用するための AbstractAuthenticationWebSocketInterceptor の拡張。
AuthenticationWebSocketInterceptor - org.springframework.graphql.server.webmvc のクラス
WebMVC GraphQL トランスポートで使用するための AbstractAuthenticationWebSocketInterceptor の拡張。
AuthenticationWebSocketInterceptor(AuthenticationExtractor, AuthenticationManager) - クラス org.springframework.graphql.server.webmvc. AuthenticationWebSocketInterceptor のコンストラクター
AuthenticationWebSocketInterceptor(AuthenticationExtractor, ReactiveAuthenticationManager) - クラス org.springframework.graphql.server.webflux. AuthenticationWebSocketInterceptor のコンストラクター
AUTHORIZATION_KEY - Static variable in class org.springframework.graphql.server.support.BearerTokenAuthenticationExtractor
connection_init ペイロード内の認証値にアクセスするためのデフォルトキー。
autoRegistrationConfigurer(List<QuerydslPredicateExecutor<?>>, List<ReactiveQuerydslPredicateExecutor<?>>) - Static method in class org.springframework.graphql.data.query.QuerydslDataFetcher
CursorStrategy のない QuerydslDataFetcher.autoRegistrationConfigurer(List, List, CursorStrategy, ScrollSubrange) とデフォルトの ScrollSubrange のバリエーション。
autoRegistrationConfigurer(List<QuerydslPredicateExecutor<?>>, List<ReactiveQuerydslPredicateExecutor<?>>, CursorStrategy<ScrollPosition>, ScrollSubrange) - Static method in class org.springframework.graphql.data.query.QuerydslDataFetcher
指定されたリポジトリのドメイン型名と一致する名前の戻り値の型を持つクエリを見つけるために WiringFactory をインストールし、それらの DataFetcher を登録する RuntimeWiringConfigurer を返します。
autoRegistrationConfigurer(List<QueryByExampleExecutor<?>>, List<ReactiveQueryByExampleExecutor<?>>) - Static method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
CursorStrategy のない QueryByExampleDataFetcher.autoRegistrationConfigurer(List, List, CursorStrategy, ScrollSubrange) とデフォルトの ScrollSubrange のバリエーション。
autoRegistrationConfigurer(List<QueryByExampleExecutor<?>>, List<ReactiveQueryByExampleExecutor<?>>, CursorStrategy<ScrollPosition>, ScrollSubrange) - Static method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
指定されたリポジトリのドメイン型名と一致する名前の戻り値の型を持つクエリを見つけるために WiringFactory をインストールし、それらの DataFetcher を登録する RuntimeWiringConfigurer を返します。
A B C D E F G H I J K L M N O P Q R S T U V W
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式