Uses of Class
io.rocketbase.commons.dto.PageableResult
Packages that use PageableResult
-
Uses of PageableResult in io.rocketbase.commons.dto
Methods in io.rocketbase.commons.dto that return PageableResultModifier and TypeMethodDescriptionstatic <E> PageableResult<E>static <T,E> PageableResult<E> PageableResult.contentPage(List<E> content, org.springframework.data.domain.Page<T> page) <U> PageableResult<U>Returns a newPageableResultwith the content of the current one mapped by the givenConverter.static <E> PageableResult<E>PageableResult.page(org.springframework.data.domain.Page<E> page) static <T,E> PageableResult<E>