public class Page<T>
extends org.springframework.data.domain.PageImpl<T>
| Constructor and Description |
|---|
Page(List<T> content) |
Page(List<T> content,
int number,
int size,
Long totalElements,
com.fasterxml.jackson.databind.JsonNode pageable,
boolean last,
int totalPages,
com.fasterxml.jackson.databind.JsonNode sort,
boolean first,
int numberOfElements) |
Page(List<T> content,
org.springframework.data.domain.Pageable pageable,
long total) |
| Modifier and Type | Method and Description |
|---|---|
protected <U> List<U> |
getConvertedContent(Function<? super T,? extends U> arg0) |
equals, getTotalElements, getTotalPages, hashCode, hasNext, isLast, map, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitnextOrLastPageable, previousOrFirstPageableand, and, and, and, filter, flatMap, get, isEmpty, of, of, of, stream, toList, toSet, toStreamable, toStreamableforEach, spliteratorCopyright © 2022. All rights reserved.