クラス MethodInvocationRecorder.Recorded<T>
java.lang.ObjectSE
org.springframework.data.util.MethodInvocationRecorder.Recorded<T>
- 含まれているクラス:
- MethodInvocationRecorder
ネストされたクラスのサマリー
修飾子と型クラス説明static interface
static interface
メソッドのサマリー
修飾子と型メソッド説明record
(FunctionSE<? super T, S> converter) 指定された Converter を記録された値に適用し、アクセスされたプロパティを記憶します。record
(MethodInvocationRecorder.Recorded.ToCollectionConverter<T, S> converter) コレクションのプロパティを走査するメソッド呼び出しを記録します。record
(MethodInvocationRecorder.Recorded.ToMapConverter<T, S> converter) マッププロパティに移動するメソッド呼び出しを記録します。toString()
メソッドの詳細
getPropertyPath
getPropertyPath
public OptionalSE<StringSE> getPropertyPath(MethodInvocationRecorder.PropertyNameDetectionStrategy strategy) getPropertyPath
public OptionalSE<StringSE> getPropertyPath(ListSE<MethodInvocationRecorder.PropertyNameDetectionStrategy> strategies) record
指定された Converter を記録された値に適用し、アクセスされたプロパティを記憶します。- パラメーター:
converter
- null であってはなりません。- 戻り値:
record
public <S> MethodInvocationRecorder.Recorded<S> record(MethodInvocationRecorder.Recorded.ToCollectionConverter<T, S> converter) コレクションのプロパティを走査するメソッド呼び出しを記録します。- パラメーター:
converter
- null であってはなりません。- 戻り値:
record
public <S> MethodInvocationRecorder.Recorded<S> record(MethodInvocationRecorder.Recorded.ToMapConverter<T, S> converter) マッププロパティに移動するメソッド呼び出しを記録します。- パラメーター:
converter
- null であってはなりません。- 戻り値:
toString