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