Home | History | Annotate | Download | only in reflect

Lines Matching defs:getProxyClass

63  *     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,
815 * {@code Proxy.getProxyClass} does.
825 * parameters that may be passed to {@code getProxyClass}
944 * generated to be a proxy class using the {@code getProxyClass}