Class MidpointPointcut
java.lang.Object
com.evolveum.midpoint.util.aspect.MidpointPointcut
- All Implemented Interfaces:
org.springframework.aop.Pointcut
-
Field Summary
Fields inherited from interface org.springframework.aop.Pointcut
TRUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.aop.ClassFilter
org.springframework.aop.MethodMatcher
-
Constructor Details
-
MidpointPointcut
public MidpointPointcut()
-
-
Method Details
-
getClassFilter
public org.springframework.aop.ClassFilter getClassFilter()- Specified by:
getClassFilter
in interfaceorg.springframework.aop.Pointcut
-
getMethodMatcher
public org.springframework.aop.MethodMatcher getMethodMatcher()- Specified by:
getMethodMatcher
in interfaceorg.springframework.aop.Pointcut
-