Package com.github.beothorn.agent.advice
Class AdviceFunctionCallRecorderWithCapture
- java.lang.Object
-
- com.github.beothorn.agent.advice.AdviceFunctionCallRecorderWithCapture
-
public class AdviceFunctionCallRecorderWithCapture extends java.lang.ObjectThis advice is supposed to be injected on methods. It will call the recorder to record the method call on the next snapshot. This advice capture the values of the parameters.
-
-
Constructor Summary
Constructors Constructor Description AdviceFunctionCallRecorderWithCapture()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidenter(java.lang.reflect.Method method, java.lang.Object[] allArguments)static voidexit(java.lang.Object returnValueFromMethod)
-