public static class PageableConverter.PageRequest extends Object implements org.springframework.data.domain.Pageable
| Constructor and Description |
|---|
PageableConverter.PageRequest(int offset,
int pageSize,
org.springframework.data.domain.Sort sort) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset() |
int |
getPageNumber() |
int |
getPageSize() |
org.springframework.data.domain.Sort |
getSort() |
public PageableConverter.PageRequest(int offset, int pageSize, org.springframework.data.domain.Sort sort)
public int getOffset()
getOffset in interface org.springframework.data.domain.Pageablepublic int getPageNumber()
getPageNumber in interface org.springframework.data.domain.Pageablepublic int getPageSize()
getPageSize in interface org.springframework.data.domain.Pageablepublic org.springframework.data.domain.Sort getSort()
getSort in interface org.springframework.data.domain.Pageable