クラス 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
- すでに呼び出されたMethodInvocation
result
-MethodInvocation
から返される値
メソッドの詳細
getMethodInvocation
public org.aopalliance.intercept.MethodInvocation getMethodInvocation()すでに呼び出されたMethodInvocation
を返します- 戻り値:
- すでに呼び出された
MethodInvocation
getResult
すでに呼び出されたMethodInvocation
の結果を返します- 戻り値:
- 結果