Class AdviceConstructorCallRecorderWithCapture

java.lang.Object
com.github.beothorn.agent.advice.AdviceConstructorCallRecorderWithCapture

public class AdviceConstructorCallRecorderWithCapture extends Object
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 Details

    • AdviceConstructorCallRecorderWithCapture

      public AdviceConstructorCallRecorderWithCapture()
  • Method Details

    • enter

      @OnMethodEnter public static void enter(@Origin Constructor<?> constructor, @AllArguments Object[] allArguments)
    • exit

      @OnMethodExit public static void exit(@This Object self)