public class InvocationRecordingProxyFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvocationRecordingProxyFactory.InvocationRecord |
static interface |
InvocationRecordingProxyFactory.ProblemListener
Callback interface to receive problem notifications.
|
| Constructor and Description |
|---|
InvocationRecordingProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
static List<InvocationRecordingProxyFactory.InvocationRecord> |
getInvocationRecords(Object proxy) |
static <I,T extends I> |
wrap(Class<I> proxyType,
T target,
InvocationRecordingProxyFactory.ProblemListener problemListener)
Wraps target into a proxy for method call recording.
|
public InvocationRecordingProxyFactory()
public static <I,T extends I> I wrap(Class<I> proxyType, T target, InvocationRecordingProxyFactory.ProblemListener problemListener)
I - T - target - problemListener - public static List<InvocationRecordingProxyFactory.InvocationRecord> getInvocationRecords(Object proxy)