Class AspectUtil


  • public class AspectUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AspectUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.Object> collectArguments​(org.aspectj.lang.JoinPoint jp)  
      static java.lang.Iterable<java.lang.Object> collectReturnedObjects​(java.lang.Object returnedObject)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AspectUtil

        public AspectUtil()
    • Method Detail

      • collectArguments

        public static java.util.List<java.lang.Object> collectArguments​(org.aspectj.lang.JoinPoint jp)
      • collectReturnedObjects

        public static java.lang.Iterable<java.lang.Object> collectReturnedObjects​(java.lang.Object returnedObject)