Uses of Class
io.mosip.pms.common.dto.PageResponseDto
-
Packages that use PageResponseDto Package Description io.mosip.pms.common.util -
-
Uses of PageResponseDto in io.mosip.pms.common.util
Methods in io.mosip.pms.common.util that return PageResponseDto Modifier and Type Method Description <D> PageResponseDto<D>PageUtils. applyPagination(List<D> list, Pagination page)static <T,D>
PageResponseDto<D>PageUtils. pageResponse(org.springframework.data.domain.Page<T> page)Method to create page metadata<D> PageResponseDto<D>PageUtils. sortPage(List<D> content, List<SearchSort> sort, Pagination page, long totalNumberOfRecords)
-