クラス MethodInvocationRecorder. 記録 < T >
java.lang.ObjectSE
org.springframework.data.util.MethodInvocationRecorder.Recorded<T>
- 含まれているクラス:
MethodInvocationRecorder
- 導入:
- 2.2
- 作成者:
- Oliver Gierke, Johannes Englmeier
ネストされたクラスの要約
ネストされたクラス修飾子と型クラス説明static interfacestatic 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