T - Type of the values comparedpublic class JavaProxyFactory<T> extends Object implements IProxyFactory<T>
| Constructor and Description |
|---|
JavaProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
T |
createProxy(Class<T> toMock,
InvocationHandler handler) |
public T createProxy(Class<T> toMock, InvocationHandler handler)
createProxy in interface IProxyFactory<T>Copyright © 2010–2018 Henri Tremblay. All rights reserved.