Searched refs:isProxyClass (Results 1 – 9 of 9) sorted by relevance
84 if (Proxy.isProxyClass(mock.getClass())) { in getInvocationHandlerAdapter()91 if (ProxyBuilder.isProxyClass(mock.getClass())) { in getInvocationHandlerAdapter()
48 if (ProxyFactory.isProxyClass(cl)) { in writeClassDescriptor()
293 public static boolean isProxyClass(Class cl) in isProxyClass() method in ProxyFactory
137 || (Proxy.isProxyClass(arg.getClass()) in isProxyOfSameInterfaces()
88 public static boolean isProxyClass(Class cl) { in isProxyClass() method in Proxy
80 if (Proxy.isProxyClass(proxy.getClass())) in mockType()
99 public boolean isProxyClass(String name) { in isProxyClass() method in StubGenerator
215 if (stubGen.isProxyClass(classname)) in convertRvalue()
346 public static boolean isProxyClass(Class<?> c) { in isProxyClass() method in ProxyBuilder