Interface PageUtils
-
public interface PageUtils- Since:
- 11/4/18
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PAGE_NUMBERstatic intDEFAULT_PAGE_SIZE
-
Method Summary
Static Methods Modifier and Type Method Description static org.springframework.data.domain.PageabledefaultIfNull(org.springframework.data.domain.Pageable pageable)static org.springframework.data.domain.PageableoverrideExportSize(org.springframework.data.domain.Pageable pageable, java.lang.Integer exportSize)
-
-
-
Field Detail
-
DEFAULT_PAGE_NUMBER
static final int DEFAULT_PAGE_NUMBER
- See Also:
- Constant Field Values
-
DEFAULT_PAGE_SIZE
static final int DEFAULT_PAGE_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
defaultIfNull
static org.springframework.data.domain.Pageable defaultIfNull(org.springframework.data.domain.Pageable pageable)
-
overrideExportSize
static org.springframework.data.domain.Pageable overrideExportSize(org.springframework.data.domain.Pageable pageable, java.lang.Integer exportSize)
-
-