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