Searched refs:getInvocationHandler (Results 1 – 18 of 18) sorted by relevance
196 InvocationHandler invocationHandler = Proxy.getInvocationHandler(mock);203 InvocationHandler invocationHandler = ProxyBuilder.getInvocationHandler(mock);
82 && equals(Proxy.getInvocationHandler(arg)); in invoke()
447 && Proxy.getInvocationHandler(obj) instanceof TypeVariableInvocationHandler) { in equals()449 (TypeVariableInvocationHandler) Proxy.getInvocationHandler(obj); in equals()
147 return ((HideHandler) Proxy.getInvocationHandler(proxy)).target; in unwrap()
47 assertEquals(Proxy.getInvocationHandler(proxy).toString(), proxy.toString()); in testToString()
108 InvocationHandler handler = Proxy.getInvocationHandler(other); in proxyEquals()
243 InvocationHandler ih = Proxy.getInvocationHandler(obj); in checkEquals()
669 assertSame(fakeHandler, ProxyBuilder.getInvocationHandler(proxy)); in testGetInvocationHandler_NormalOperation()674 ProxyBuilder.getInvocationHandler(new Object()); in testGetInvocationHandler_NotAProxy()
1646 .getInvocationHandler(mock)).getDelegate().getControl(); in getControl()
381 return Proxy.getInvocationHandler(callback) in reachesWindowCallback()
395 (JettyNegoProvider) Proxy.getInvocationHandler(getMethod.invoke(null, socket)); in getSelectedProtocol()
539 (JettyNegoProvider) Proxy.getInvocationHandler(getMethod.invoke(null, socket)); in getSelectedProtocol()
394 public static InvocationHandler getInvocationHandler(Object instance) { in getInvocationHandler() method in ProxyBuilder
2713 if (proxy instanceof Proxy) return ((HideHandler) Proxy.getInvocationHandler(proxy)).target; in unwrap()