| パッケージ | 説明 |
|---|---|
| org.springframework.aop | AOP Alliance AOP 相互運用性インターフェース上に構築されたコア Spring AOP インターフェース。 |
| org.springframework.aop.support | Spring の AOP API を使用するための便利なクラス。 |
| 修飾子と型 | インターフェースと説明 |
|---|---|
interface | IntroductionInterceptorAOP Alliance MethodInterceptor のサブインターフェース。これにより、インターセプターが追加のインターフェースを実装し、そのインターセプターを使用するプロキシ経由で利用可能になります。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DelegatePerTargetObjectIntroductionInterceptorIntroductionInterceptor インターフェースの便利な実装。 |
class | DelegatingIntroductionInterceptorIntroductionInterceptor インターフェースの便利な実装。 |
| コンストラクターと説明 |
|---|
DefaultIntroductionAdvisor(DynamicIntroductionAdvice advice, ClassSE<?> ifc) 指定されたアドバイスの DefaultIntroductionAdvisor を作成します。 |