Class ByteBuddyClassImposteriser.Interceptor

    • Constructor Summary

      Constructors 
      Constructor Description
      Interceptor()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object intercept​(java.lang.Object receiver, java.lang.reflect.Method method, Invokable invokable, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

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

      • Interceptor

        public Interceptor()
    • Method Detail

      • intercept

        @RuntimeType
        public static java.lang.Object intercept​(@This
                                                 java.lang.Object receiver,
                                                 @Origin
                                                 java.lang.reflect.Method method,
                                                 @FieldValue("jMock")
                                                 Invokable invokable,
                                                 @AllArguments
                                                 java.lang.Object[] args)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable