パッケージ | 説明 |
---|---|
org.springframework.aop.aspectj | AspectJ 統合パッケージ。 |
org.springframework.aop.framework | AOP アライアンスインターフェースに準拠した Spring の基本的な AOP インフラストラクチャを含むパッケージ。 |
修飾子と型 | メソッドと説明 |
---|---|
protected org.aspectj.weaver.tools.JoinPointMatch | AbstractAspectJAdvice.getJoinPointMatch(ProxyMethodInvocation pmi) |
protected org.aspectj.lang.ProceedingJoinPoint | AspectJAroundAdvice.lazyGetProceedingJoinPoint(ProxyMethodInvocation rmi) 現在の呼び出しの ProceedingJoinPoint を返し、まだスレッドにバインドされていない場合は遅延してインスタンス化します。 |
コンストラクターと説明 |
---|
MethodInvocationProceedingJoinPoint(ProxyMethodInvocation methodInvocation) 新しい MethodInvocationProceedingJoinPoint を作成し、指定された Spring ProxyMethodInvocation オブジェクトをラップします。 |
修飾子と型 | クラスと説明 |
---|---|
class | ReflectiveMethodInvocation Spring の AOP Alliance MethodInvocation インターフェースの実装、拡張 ProxyMethodInvocation インターフェースの実装。 |