T
- type of the proxy createdpublic class ClassProxyFactory<T> extends 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(Class<T> toMock,
InvocationHandler handler) |
public T createProxy(Class<T> toMock, InvocationHandler handler)
createProxy
in interface IProxyFactory<T>
Copyright © 2010-2016 Henri Tremblay. All Rights Reserved.