クラス MethodInvocationResult
java.lang.ObjectSE
org.springframework.security.authorization.method.MethodInvocationResult
MethodInvocation とその MethodInvocation の結果を含むコンテキストオブジェクト。- 導入:
- 5.6
コンストラクターの概要
コンストラクターコンストラクター説明MethodInvocationResult(org.aopalliance.intercept.MethodInvocation methodInvocation, ObjectSE result) 提供されたパラメーターを使用してMethodInvocationResultを作成しますメソッドのサマリー
修飾子と型メソッド説明org.aopalliance.intercept.MethodInvocationすでに呼び出されたMethodInvocationを返しますすでに呼び出されたMethodInvocationの結果を返します
コンストラクターの詳細
MethodInvocationResult
public MethodInvocationResult(org.aopalliance.intercept.MethodInvocation methodInvocation, ObjectSE result) 提供されたパラメーターを使用してMethodInvocationResultを作成します- パラメーター:
methodInvocation- すでに呼び出されたMethodInvocationresult-MethodInvocationから返される値
メソッドの詳細
getMethodInvocation
public org.aopalliance.intercept.MethodInvocation getMethodInvocation()すでに呼び出されたMethodInvocationを返します- 戻り値:
- すでに呼び出された
MethodInvocation
getResult
すでに呼び出されたMethodInvocationの結果を返します- 戻り値:
- 結果