类 AdvisedSupport.AdvisorKeyEntry

java.lang.Object
infra.aop.framework.AdvisedSupport.AdvisorKeyEntry
所有已实现的接口:
Advisor
封闭类:
AdvisedSupport

private static class AdvisedSupport.AdvisorKeyEntry extends Object implements Advisor
Stub for an Advisor instance that is just needed for key purposes, allowing for efficient equals and hashCode comparisons against the advice class and the pointcut.
从以下版本开始:
4.0
另请参阅:
  • 字段详细资料

    • adviceType

      private final Class<?> adviceType
    • classFilterKey

      @Nullable private final String classFilterKey
    • methodMatcherKey

      @Nullable private final String methodMatcherKey
  • 构造器详细资料

    • AdvisorKeyEntry

      public AdvisorKeyEntry(Advisor advisor)
  • 方法详细资料