クラスの使用
org.springframework.data.domain.Sort.TypedSort
org.springframework.data.domain 内の Sort.TypedSort 使用
修飾子と型メソッド説明<S> Sort.TypedSort<S>
Sort.TypedSort.by
(FunctionSE<T, S> property) <S> Sort.TypedSort<S>
Sort.TypedSort.by
(MethodInvocationRecorder.Recorded.ToCollectionConverter<T, S> collectionProperty) <S> Sort.TypedSort<S>
Sort.TypedSort.by
(MethodInvocationRecorder.Recorded.ToMapConverter<T, S> mapProperty) static <T> Sort.TypedSort<T>
指定された型の新しいSort.TypedSort
を作成します。