Searched refs:getInvocationHandler (Results 1 – 8 of 8) sorted by relevance
201 .getInvocationHandler(p) == handler); in test_getInvocationHandlerLjava_lang_Object()203 Proxy.getInvocationHandler(""); in test_getInvocationHandlerLjava_lang_Object()
239 InvocationHandler ih = Proxy.getInvocationHandler(obj); in checkEquals()
505 assertSame(fakeHandler, ProxyBuilder.getInvocationHandler(proxy)); in testGetInvocationHandler_NormalOperation()510 ProxyBuilder.getInvocationHandler(new Object()); in testGetInvocationHandler_NotAProxy()
1646 .getInvocationHandler(mock)).getDelegate().getControl(); in getControl()
1157 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock);1175 InvocationHandler invocationHandler = Proxy.getInvocationHandler(methodHandler);
322 public static InvocationHandler getInvocationHandler(Object instance) { in getInvocationHandler() method in ProxyBuilder
1283 if (proxy instanceof Proxy) return ((HideHandler) Proxy.getInvocationHandler(proxy)).target; in unwrap()
1634 boolean equals = Proxy.getInvocationHandler(objLoaded).getClass() == MyInvocationHandler.class; in test_writeObject_Proxy()