Class AopUtils

java.lang.Object
org.apereo.inspektr.audit.util.AopUtils

public class AopUtils extends Object
Utility class to assist with AOP operations.
Author:
Marvin S. Addison, Misagh Moayyed
  • 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.