public static class MethodInvocationRecorder.Recorded<T> extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
MethodInvocationRecorder.Recorded.ToCollectionConverter<T,S> |
static interface |
MethodInvocationRecorder.Recorded.ToMapConverter<T,S> |
| 构造器和说明 |
|---|
Recorded() |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<String> |
getPropertyPath() |
Optional<String> |
getPropertyPath(List<MethodInvocationRecorder.PropertyNameDetectionStrategy> strategies) |
Optional<String> |
getPropertyPath(MethodInvocationRecorder.PropertyNameDetectionStrategy strategy) |
<S> MethodInvocationRecorder.Recorded<S> |
record(Function<? super T,S> converter)
Applies the given Converter to the recorded value and remembers the property accessed.
|
public Optional<String> getPropertyPath(MethodInvocationRecorder.PropertyNameDetectionStrategy strategy)
public Optional<String> getPropertyPath(List<MethodInvocationRecorder.PropertyNameDetectionStrategy> strategies)
public <S> MethodInvocationRecorder.Recorded<S> record(Function<? super T,S> converter)
Copyright © 2023 tan. All rights reserved.