Package api.log.aop
Class MethodPointcut
java.lang.Object
api.log.aop.MethodPointcut
- All Implemented Interfaces:
org.springframework.aop.Pointcut
方法拦截
- Author:
- chenenwei
-
Field Summary
Fields inherited from interface org.springframework.aop.Pointcut
TRUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.aop.ClassFilter获取类过滤器org.springframework.aop.MethodMatcher获取方法匹配器
-
Constructor Details
-
MethodPointcut
public MethodPointcut()
-
-
Method Details
-
getClassFilter
public org.springframework.aop.ClassFilter getClassFilter()获取类过滤器- Specified by:
getClassFilterin interfaceorg.springframework.aop.Pointcut- Returns:
- 类过滤器
-
getMethodMatcher
public org.springframework.aop.MethodMatcher getMethodMatcher()获取方法匹配器- Specified by:
getMethodMatcherin interfaceorg.springframework.aop.Pointcut- Returns:
- 方法匹配器
-