クラス MethodInvocationAdapter
- java.lang.Object
-
- org.springframework.security.access.intercept.aspectj.MethodInvocationAdapter
- 実装済みのインターフェース一覧:
org.aopalliance.intercept.Invocation、org.aopalliance.intercept.Joinpoint、org.aopalliance.intercept.MethodInvocation
@Deprecated public final class MethodInvocationAdapter extends java.lang.Object implements org.aopalliance.intercept.MethodInvocation使用すべきではありません。このクラスはパブリック API から削除されます。その置換については、` spring-security-aspects` の `JoinPointMethodInvocation` を参照してくださいJoinPoint を装飾して、MethodInvocationインスタンスをサポートするメソッドセキュリティインフラストラクチャクラスで使用できるようにします。- 導入:
- 3.0.3
方法の概要
すべてのメソッド インスタンスメソッド 具象メソッド 非推奨のメソッド 修飾子と型 メソッド 説明 java.lang.Object[]getArguments()使用すべきではありません。java.lang.reflect.MethodgetMethod()使用すべきではありません。java.lang.reflect.AccessibleObjectgetStaticPart()使用すべきではありません。java.lang.ObjectgetThis()使用すべきではありません。java.lang.Objectproceed()使用すべきではありません。
メソッドの詳細
getMethod
public java.lang.reflect.Method getMethod()
使用すべきではありません。- 次で指定:
- インターフェース
org.aopalliance.intercept.MethodInvocation内のgetMethod
getArguments
public java.lang.Object[] getArguments()
使用すべきではありません。- 次で指定:
- インターフェース
org.aopalliance.intercept.Invocation内のgetArguments
getStaticPart
public java.lang.reflect.AccessibleObject getStaticPart()
使用すべきではありません。- 次で指定:
- インターフェース
org.aopalliance.intercept.Joinpoint内のgetStaticPart
getThis
public java.lang.Object getThis()
使用すべきではありません。- 次で指定:
- インターフェース
org.aopalliance.intercept.Joinpoint内のgetThis
proceed
public java.lang.Object proceed() throws java.lang.Throwable使用すべきではありません。- 次で指定:
- インターフェース
org.aopalliance.intercept.Joinpoint内のproceed - 例外:
java.lang.Throwable