Package org.apereo.inspektr.audit.util
Class AopUtils
java.lang.Object
org.apereo.inspektr.audit.util.AopUtils
Utility class to assist with AOP operations.
- Author:
- Marvin S. Addison, Misagh Moayyed
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.aspectj.lang.JoinPointunWrapJoinPoint(org.aspectj.lang.JoinPoint point) Unwraps a join point that may be nested due to layered proxies.
-
Method Details
-
unWrapJoinPoint
public static org.aspectj.lang.JoinPoint unWrapJoinPoint(org.aspectj.lang.JoinPoint point) Unwraps a join point that may be nested due to layered proxies.- Parameters:
point- Join point to unwrap.- Returns:
- Innermost join point; if not nested, simply returns the argument.
-