Package com.github.beothorn.agent.advice
Class AdviceConstructorCallRecorderWithCapture
java.lang.Object
com.github.beothorn.agent.advice.AdviceConstructorCallRecorderWithCapture
This 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 -
Method Summary
Modifier and TypeMethodDescriptionstatic voidenter(Constructor<?> constructor, Object[] allArguments) static void
-
Constructor Details
-
AdviceConstructorCallRecorderWithCapture
public AdviceConstructorCallRecorderWithCapture()
-
-
Method Details
-
enter
@OnMethodEnter public static void enter(@Origin Constructor<?> constructor, @AllArguments Object[] allArguments) -
exit
-