Class Page<E>


  • public class Page<E>
    extends Object
    • Constructor Detail

      • Page

        public Page​(PageRequest pageRequest,
                    long totalElements,
                    List<E> content)
      • Page

        public Page​(int currentPage,
                    int pageSize,
                    long totalElements,
                    List<E> content)
      • Page

        public Page​(io.vertx.core.json.JsonObject jsonObject)
    • Method Detail

      • toJson

        public io.vertx.core.json.JsonObject toJson()
      • getCurrentPage

        public int getCurrentPage()
      • getPageSize

        public int getPageSize()
      • getTotalPage

        public long getTotalPage()
      • getTotalElements

        public long getTotalElements()
      • getContent

        public List<E> getContent()