インターフェース AdvisorChainFactory

すべての既知の実装クラス:
DefaultAdvisorChainFactory

public interface AdvisorChainFactory
アドバイザーチェーンのファクトリインターフェース。
作成者:
Rod Johnson, Juergen Hoeller
  • メソッドの詳細

    • getInterceptorsAndDynamicInterceptionAdvice

      ListSE<ObjectSE> getInterceptorsAndDynamicInterceptionAdvice(Advised config, MethodSE method, @Nullable ClassSE<?> targetClass)
      特定のアドバイザチェーン構成の MethodInterceptor オブジェクトのリストを決定します。
      パラメーター:
      config - Advised オブジェクト形式の AOP 構成
      method - プロキシ方式
      targetClass - ターゲットクラス (ターゲットオブジェクトのないプロキシを示す null の場合があります。その場合、メソッドの宣言クラスが次善のオプションです。)
      戻り値:
      MethodInterceptors のリスト (InterceptorAndDynamicMethodMatchers を含むこともあります)