程序包 infra.aop

类 Pointcut.GetterPointcut

所有已实现的接口:
MethodMatcher, Pointcut, infra.core.Ordered, Serializable
封闭接口:
Pointcut

public static class Pointcut.GetterPointcut extends StaticMethodMatcherPointcut implements Serializable
Pointcut implementation that matches bean property getters.
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • GetterPointcut

      public GetterPointcut()
  • 方法详细资料

    • matches

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

      private Object readResolve()
    • toString

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