Searched refs:invocationHandler (Results 1 – 6 of 6) sorted by relevance
87 InvocationHandler invocationHandler = new InvocationHandlerAdapter(handler); in createMock() local96 …T mock = (T) Proxy.newProxyInstance(typeToMock.getClassLoader(), classesToMock, invocationHandler); in createMock()116 ProxyBuilder.setInvocationHandler(mock, invocationHandler); in createMock()184 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock);185 return invocationHandler instanceof InvocationHandlerAdapter186 ? (InvocationHandlerAdapter) invocationHandler191 InvocationHandler invocationHandler = ProxyBuilder.getInvocationHandler(mock);192 return invocationHandler instanceof InvocationHandlerAdapter193 ? (InvocationHandlerAdapter) invocationHandler
74 DelegatingInvocationHandler<T> invocationHandler = new DelegatingInvocationHandler<>(); in createProxy() local75 invocationHandlers.add(invocationHandler); in createProxy()85 invocationHandler)); in createProxy()
359 InvocationHandler invocationHandler = in get() local407 invocationHandler)); in get()
814 InvocationHandler invocationHandler = new InvocationHandler() { in testImplementInterfaceCallingThroughConcreteClass() local823 .handler(invocationHandler) in testImplementInterfaceCallingThroughConcreteClass()840 InvocationHandler invocationHandler = new InvocationHandler() { in testImplementInterfaceCallingThroughInterface() local850 .handler(invocationHandler) in testImplementInterfaceCallingThroughInterface()
579 InvocationHandler invocationHandler =627 invocationHandler);
585 InvocationHandler invocationHandler =633 invocationHandler);