Interface PageMapper
-
- All Known Implementing Classes:
PageMapperImpl
public interface PageMapper
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <T> CustomPageImpl<T>toCustomPageImpl(org.springframework.data.domain.Page<T> page)
-
-
-
Method Detail
-
toCustomPageImpl
default <T> CustomPageImpl<T> toCustomPageImpl(org.springframework.data.domain.Page<T> page)
-
-