Searched refs:InvocationHandler (Results 1 – 14 of 14) sorted by relevance
22 import java.lang.reflect.InvocationHandler;32 private final InvocationHandler returnHandler = new TestInvocationHandler();33 private final InvocationHandler throwHandler = new InvocationHandler() {60 InvocationHandler invocationHandlerB = (InvocationHandler) loaderB.loadClass( in testClassLoaderDoesNotNeedToSeeInvocationHandlerLoader()248 InvocationHandler handler = new InvocationHandler() { in testEquals()261 InvocationHandler handler = new InvocationHandler() { in testHashCode()271 InvocationHandler handler = new InvocationHandler() { in testToString()281 InvocationHandler handler = new InvocationHandler() { in testReturnTypeDoesNotSatisfyAllConstraintsWithLenientCaller()293 InvocationHandler handler = new InvocationHandler() { in testReturnTypeDoesNotSatisfyAllConstraintsWithStrictCaller()394 public static class TestInvocationHandler implements InvocationHandler {[all …]
19 import java.lang.reflect.InvocationHandler;609 InvocationHandler invocationHandler = new InvocationHandler() { in testProxyWithDefaultMethods()
23 import java.lang.reflect.InvocationHandler;541 InvocationHandler emptyInvocationHandler = new InvocationHandler() { in testProxyMethodGetExceptions()
35 protected Proxy(@libcore.util.NonNull java.lang.reflect.InvocationHandler h) { throw new RuntimeExc… in Proxy()39 …util.NonNull [] interfaces, @libcore.util.NonNull java.lang.reflect.InvocationHandler h) throws ja… in newProxyInstance()43 @libcore.util.NonNull public static java.lang.reflect.InvocationHandler getInvocationHandler(@libco… in getInvocationHandler()45 protected java.lang.reflect.InvocationHandler h;
25 import java.lang.reflect.InvocationHandler;54 class Broken1Invoke implements InvocationHandler {62 protected ProxyCoonstructorTest(InvocationHandler h) { in ProxyCoonstructorTest()103 assertNotNull(new ProxyCoonstructorTest(new InvocationHandler() { in test_ProxyLjava_lang_reflect_InvocationHandler()121 Support_Proxy_I2.class }, new InvocationHandler() { in test_newProxyInstanceLjava_lang_ClassLoader$Ljava_lang_ClassLjava_lang_reflect_InvocationHandler()195 Proxy fake = new Proxy(new InvocationHandler() { in test_isProxyClassLjava_lang_Class()220 InvocationHandler handler = new InvocationHandler() { in test_getInvocationHandlerLjava_lang_Object()296 public static class TestProxyHandler implements InvocationHandler {
245 { InvocationHandler.class };257 protected InvocationHandler h;275 protected Proxy(InvocationHandler h) { in Proxy()856 InvocationHandler h) in newProxyInstance()887 final InvocationHandler ih = h; in newProxyInstance()975 public static InvocationHandler getInvocationHandler(Object proxy) in getInvocationHandler()986 final InvocationHandler ih = p.h; in getInvocationHandler()1005 InvocationHandler h = proxy.h; in invoke()
41 public interface InvocationHandler { interface
38 protected Proxy(java.lang.reflect.InvocationHandler h) { in Proxy()87 java.lang.reflect.InvocationHandler h) in newProxyInstance()96 public static java.lang.reflect.InvocationHandler getInvocationHandler(java.lang.Object proxy) in getInvocationHandler()121 protected java.lang.reflect.InvocationHandler h;
27 import java.lang.reflect.InvocationHandler;402 public static class SerializableInvocationHandler implements InvocationHandler, Serializable {432 implements InvocationHandler /*, Serializable*/ {
25 import java.lang.reflect.InvocationHandler;49 public final class AnnotationFactory implements InvocationHandler, Serializable {
37 import java.lang.reflect.InvocationHandler;276 InvocationHandler ih = new InvocationHandler() {
24 import java.lang.reflect.InvocationHandler;73 class MockHandler implements InvocationHandler {
24 import java.lang.reflect.InvocationHandler;1507 static class MyInvocationHandler implements InvocationHandler, Serializable {1546 InvocationHandler handler = new MyInvocationHandler(); in test_writeObject_Proxy()
190 "ojluni/src/main/java/java/lang/reflect/InvocationHandler.java",