类 AbstractAspectJAdvice.AdviceExcludingMethodMatcher

java.lang.Object
infra.core.OrderedSupport
infra.aop.support.StaticMethodMatcher
infra.aop.aspectj.AbstractAspectJAdvice.AdviceExcludingMethodMatcher
所有已实现的接口:
MethodMatcher, infra.core.Ordered
封闭类:
AbstractAspectJAdvice

private static class AbstractAspectJAdvice.AdviceExcludingMethodMatcher extends StaticMethodMatcher
MethodMatcher that excludes the specified advice method.
另请参阅:
  • 字段详细资料

    • adviceMethod

      private final Method adviceMethod
  • 构造器详细资料

    • AdviceExcludingMethodMatcher

      public AdviceExcludingMethodMatcher(Method adviceMethod)
  • 方法详细资料

    • matches

      public boolean matches(Method method, Class<?> targetClass)
      从接口复制的说明: MethodMatcher
      Checking whether the given method matches.
      参数:
      method - the candidate method
      targetClass - the target class
      返回:
      whether or not this method matches on application startup.
    • equals

      public boolean equals(@Nullable Object other)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object