Class AdviceConstructorCallRecorderWithCapture


  • public class AdviceConstructorCallRecorderWithCapture
    extends java.lang.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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void enter​(java.lang.reflect.Constructor<?> constructor, java.lang.Object[] allArguments)  
      static void exit​(java.lang.Object self)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdviceConstructorCallRecorderWithCapture

        public AdviceConstructorCallRecorderWithCapture()
    • Method Detail

      • enter

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

        @OnMethodExit
        public static void exit​(@This
                                java.lang.Object self)