Class PageRequestBuilder


  • @Service
    public class PageRequestBuilder
    extends Object
    • Constructor Detail

      • PageRequestBuilder

        public PageRequestBuilder()
    • Method Detail

      • getPageable

        public org.springframework.data.domain.Pageable getPageable​(Integer pageIndex,
                                                                    Integer itemsPerPage)
      • getPageable

        public org.springframework.data.domain.Pageable getPageable​(de.adorsys.psd2.xs2a.core.pagination.data.PageRequestParameters pageRequestParameters)