Searched refs:getInvocationHandler (Results 1 – 3 of 3) sorted by relevance
246 .getInvocationHandler(p) == handler); in test_getInvocationHandlerLjava_lang_Object()249 Proxy.getInvocationHandler(""); in test_getInvocationHandlerLjava_lang_Object()
260 public static InvocationHandler getInvocationHandler(Object proxy) in getInvocationHandler() method in Proxy
191 && (handler = Proxy.getInvocationHandler(obj)) instanceof AnnotationFactory ) { in equals()