Package org.apache.commons.javaflow.api
Class InterceptorSupport
- java.lang.Object
-
- org.apache.commons.javaflow.api.InterceptorSupport
-
public final class InterceptorSupport extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
afterExecution(Object proxiedTarget)
static void
beforeExecution(Object actualTarget)
static boolean
isInstrumented(Class<?> targetClass)
static boolean
isInstrumented(Object target)
-
-
-
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)
-
-