Class InterceptorSupport


  • public final class InterceptorSupport
    extends Object
    • Method Detail

      • isInstrumented

        public static boolean isInstrumented​(Object target)
      • isInstrumented

        public static boolean isInstrumented​(Class<?> targetClass)
      • beforeExecution

        public static void beforeExecution​(Object actualTarget)
      • afterExecution

        public static void afterExecution​(Object proxiedTarget)