Class DynamicProxyMockInterceptorAdapter

  • All Implemented Interfaces:
    java.lang.reflect.InvocationHandler

    public class DynamicProxyMockInterceptorAdapter
    extends java.lang.Object
    implements java.lang.reflect.InvocationHandler
    • Constructor Detail

    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object target,
                                       java.lang.reflect.Method method,
                                       java.lang.Object[] arguments)
                                throws java.lang.Throwable
        Specified by:
        invoke in interface java.lang.reflect.InvocationHandler
        Throws:
        java.lang.Throwable