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
320 * passed to {@code Proxy.getProxyClass}:
362 * {@code Proxy.getProxyClass} will throw an
378 * parameters that may be passed to {@code getProxyClass}
399 public static Class<?> getProxyClass(ClassLoader loader,
764 * {@code Proxy.getProxyClass} does.
774 * parameters that may be passed to {@code getProxyClass}
854 * generated to be a proxy class using the {@code getProxyClass}