public abstract class PageBuilderSpringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static <E> PageResult<E> |
fromSpringPage(org.springframework.data.domain.Page<E> springPage) |
static PageRequestDto |
fromSpringPageRequest(org.springframework.data.domain.Pageable pageable) |
static <E> org.springframework.data.domain.PageImpl<E> |
toSpringPage(Page<E> page) |
static SpringPageRequest |
toSpringPageRequest(PageRequest pageRequest) |
public static SpringPageRequest toSpringPageRequest(PageRequest pageRequest)
public static PageRequestDto fromSpringPageRequest(org.springframework.data.domain.Pageable pageable)
public static <E> org.springframework.data.domain.PageImpl<E> toSpringPage(Page<E> page)
public static <E> PageResult<E> fromSpringPage(org.springframework.data.domain.Page<E> springPage)
Copyright © 2016 bremersee.org. All rights reserved.