Searched defs:isProxyClass (Results 1 – 3 of 3) sorted by relevance
114 public boolean isProxyClass(String name) { in isProxyClass() method in StubGenerator
437 public static boolean isProxyClass(Class<?> c) { in isProxyClass() method in ProxyBuilder
343 public static boolean isProxyClass(Class<?> cl) in isProxyClass() method in ProxyFactory