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