public class MethodInvocationRecorder extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MethodInvocationRecorder.PropertyNameDetectionStrategy |
static class |
MethodInvocationRecorder.Recorded<T> |
| Modifier and Type | Field and Description |
|---|---|
static MethodInvocationRecorder.PropertyNameDetectionStrategy |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static <T> MethodInvocationRecorder.Recorded<T> |
forProxyOf(Class<T> type)
Creates a new
MethodInvocationRecorder.Recorded for the given type. |
public static MethodInvocationRecorder.PropertyNameDetectionStrategy DEFAULT
public static <T> MethodInvocationRecorder.Recorded<T> forProxyOf(Class<T> type)
MethodInvocationRecorder.Recorded for the given type.type - must not be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.