|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
interface ProxyFactory
Creates proxies.
| Method Summary | ||
|---|---|---|
|
createProxy(Class<?> targetClass,
io.codearte.catchexception.shade.mockito.cglib.proxy.MethodInterceptor interceptor)
Create a proxy. |
|
| Method Detail |
|---|
<T> T createProxy(Class<?> targetClass,
io.codearte.catchexception.shade.mockito.cglib.proxy.MethodInterceptor interceptor)
T - The type parameter makes some casts redundant.targetClass - the class the factory shall create a proxy forinterceptor - the method interceptor that shall be applied to all method
calls.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||