Searched defs:getProxyClass (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DProxy.java63 * Class<?> proxyClass = Proxy.getProxyClass(Foo.class.getClassLoader(), Foo.class);
133 * {@code Proxy.getProxyClass} or the class of an object returned by
149 * {@link Proxy#getProxyClass Proxy.getProxyClass} with invoking the
292 * passed to {@code Proxy.getProxyClass}:
334 * {@code Proxy.getProxyClass} will throw an
350 * parameters that may be passed to {@code getProxyClass}
371 public static Class<?> getProxyClass(ClassLoader loader, method in class:Proxy
815 * {@code Proxy.getProxyClass} does.
825 * parameters that may be passed to {@code getProxyClass}
[all...]

Completed in 116 milliseconds