クラス SimpleMethodInvocation
java.lang.ObjectSE
org.springframework.security.util.SimpleMethodInvocation
- 実装されたすべてのインターフェース:
org.aopalliance.intercept.Invocation
、org.aopalliance.intercept.Joinpoint
、org.aopalliance.intercept.MethodInvocation
public class SimpleMethodInvocation
extends ObjectSE
implements org.aopalliance.intercept.MethodInvocation
AOP アライアンス
MethodInvocation
を表します。コンストラクターの概要
コンストラクターメソッドのサマリー
コンストラクターの詳細
SimpleMethodInvocation
SimpleMethodInvocation
public SimpleMethodInvocation()
メソッドの詳細
getArguments
- 次で指定:
- インターフェース
org.aopalliance.intercept.Invocation
のgetArguments
getMethod
- 次で指定:
- インターフェース
org.aopalliance.intercept.MethodInvocation
のgetMethod
getStaticPart
- 次で指定:
- インターフェース
org.aopalliance.intercept.Joinpoint
のgetStaticPart
getThis
- 次で指定:
- インターフェース
org.aopalliance.intercept.Joinpoint
のgetThis
proceed
- 次で指定:
- インターフェース
org.aopalliance.intercept.Joinpoint
のproceed
toString