| パッケージ | 説明 |
|---|---|
| org.springframework.aop | AOP Alliance AOP 相互運用性インターフェース上に構築されたコア Spring AOP インターフェース。 |
| org.springframework.aop.aspectj | AspectJ 統合パッケージ。 |
| org.springframework.aop.support | Spring の AOP API を使用するための便利なクラス。 |
| 修飾子と型 | インターフェースと説明 |
|---|---|
interface | IntroductionAdvisor1 つ以上の AOP 導入を実行するアドバイザーのスーパーインターフェース。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DeclareParentsAdvisor 指定されたオブジェクトに委譲する導入アドバイザー。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DefaultIntroductionAdvisor デフォルトで任意のクラスに適用される単純な IntroductionAdvisor 実装。 |
class | DelegatePerTargetObjectIntroductionInterceptorIntroductionInterceptor インターフェースの便利な実装。 |
class | DelegatingIntroductionInterceptorIntroductionInterceptor インターフェースの便利な実装。 |
class | IntroductionInfoSupportIntroductionInfo の実装のサポート。 |
| コンストラクターと説明 |
|---|
DefaultIntroductionAdvisor(Advice advice, IntroductionInfo introductionInfo) 指定されたアドバイスの DefaultIntroductionAdvisor を作成します。 |