クラス InvocableHandlerMethodSupport
java.lang.ObjectSE
org.springframework.graphql.data.method.HandlerMethod
org.springframework.graphql.data.method.InvocableHandlerMethodSupport
基になるハンドラーメソッドを呼び出すためのサポートを追加する
HandlerMethod の拡張。- 導入:
- 1.0.0
- 作成者:
- Rossen Stoyanchev
ネストされたクラスの概要
クラス org.springframework.graphql.data.method.HandlerMethod から継承されたネストクラス / インターフェース
HandlerMethod.HandlerMethodParameterフィールド概要
クラス org.springframework.graphql.data.method.HandlerMethod から継承されたフィールド
loggerコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedInvocableHandlerMethodSupport(HandlerMethod handlerMethod, @Nullable ExecutorSE executor) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。代替コンストラクターを推奨protectedInvocableHandlerMethodSupport(HandlerMethod handlerMethod, @Nullable ExecutorSE executor, boolean invokeAsync) インスタンスの作成。方法の概要
クラス org.springframework.graphql.data.method.HandlerMethod から継承されたメソッド
assertTargetBean, createWithResolvedBean, equals, findProvidedArgument, formatArgumentError, formatInvokeError, getBean, getBeanType, getBridgedMethod, getMethod, getMethodAnnotation, getMethodParameters, getReturnType, getReturnValueType, getShortLogMessage, hashCode, hasMethodAnnotation, isVoid, toString
コンストラクターの詳細
InvocableHandlerMethodSupport
@DeprecatedSE(since="1.3.0", forRemoval=true) protected InvocableHandlerMethodSupport(HandlerMethod handlerMethod, @Nullable ExecutorSE executor) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。代替コンストラクターを推奨インスタンスの作成。- パラメーター:
handlerMethod- コントローラーメソッドexecutor-CallableSE 戻り値に使用するExecutorSE
InvocableHandlerMethodSupport
protected InvocableHandlerMethodSupport(HandlerMethod handlerMethod, @Nullable ExecutorSE executor, boolean invokeAsync) インスタンスの作成。- パラメーター:
handlerMethod- コントローラーメソッドexecutor-CallableSE 戻り値に使用するExecutorSEinvokeAsync- Executor を介してメソッドを呼び出すかどうか- 導入:
- 1.3.0
メソッドの詳細
doInvoke
toArgsMono