T - type of the proxy createdpublic class ClassProxyFactory<T> extends java.lang.Object implements IProxyFactory<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassProxyFactory.MockMethodInterceptor |
| Constructor and Description |
|---|
ClassProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
T |
createProxy(java.lang.Class<T> toMock,
java.lang.reflect.InvocationHandler handler) |
public T createProxy(java.lang.Class<T> toMock, java.lang.reflect.InvocationHandler handler)
createProxy in interface IProxyFactory<T>