Package me.insidezhou.southernquiet.auth
Class AuthPointcut
- java.lang.Object
-
- me.insidezhou.southernquiet.auth.AuthPointcut
-
- All Implemented Interfaces:
org.springframework.aop.Pointcut
public class AuthPointcut extends java.lang.Object implements org.springframework.aop.Pointcut
-
-
Constructor Summary
Constructors Constructor Description AuthPointcut()AuthPointcut(org.springframework.aop.Pointcut pointcut)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.aop.ClassFiltergetClassFilter()org.springframework.aop.MethodMatchergetMethodMatcher()
-
-
-
Method Detail
-
getClassFilter
@NotNull public org.springframework.aop.ClassFilter getClassFilter()
- Specified by:
getClassFilterin interfaceorg.springframework.aop.Pointcut
-
getMethodMatcher
@NotNull public org.springframework.aop.MethodMatcher getMethodMatcher()
- Specified by:
getMethodMatcherin interfaceorg.springframework.aop.Pointcut
-
-