|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StubCreator.MethodInvocationHandler | |
|---|---|
| org.omnaest.utils.proxy | |
| Uses of StubCreator.MethodInvocationHandler in org.omnaest.utils.proxy |
|---|
| Classes in org.omnaest.utils.proxy that implement StubCreator.MethodInvocationHandler | |
|---|---|
protected class |
MethodCallCapturer.MethodCaptureMethodInvocationHandler
MethodInterceptor for the MethodCallCapturer. |
| Methods in org.omnaest.utils.proxy with parameters of type StubCreator.MethodInvocationHandler | ||
|---|---|---|
static
|
StubCreator.newStubInstance(Class<? extends E> clazz,
Class<?>[] interfaces,
StubCreator.MethodInvocationHandler methodInvocationHandler)
Same as StubCreator.newStubInstance(Class, Class[], MethodInterceptor) but uses a StubCreator.MethodInvocationHandler instead. |
|
static
|
StubCreator.newStubInstance(Class<? extends E> clazz,
StubCreator.MethodInvocationHandler methodInvocationHandler)
Returns a new proxy stub for the given class or interface. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||