Package api.log.aop

Class MethodPointcut

java.lang.Object
api.log.aop.MethodPointcut
All Implemented Interfaces:
org.springframework.aop.Pointcut

public class MethodPointcut extends Object implements org.springframework.aop.Pointcut
方法拦截
Author:
chenenwei
  • Constructor Details

    • MethodPointcut

      public MethodPointcut()
  • Method Details

    • getClassFilter

      public org.springframework.aop.ClassFilter getClassFilter()
      获取类过滤器
      Specified by:
      getClassFilter in interface org.springframework.aop.Pointcut
      Returns:
      类过滤器
    • getMethodMatcher

      public org.springframework.aop.MethodMatcher getMethodMatcher()
      获取方法匹配器
      Specified by:
      getMethodMatcher in interface org.springframework.aop.Pointcut
      Returns:
      方法匹配器