Class FullPageRequest

  • All Implemented Interfaces:
    java.io.Serializable, org.springframework.data.domain.Pageable

    public class FullPageRequest
    extends org.springframework.data.domain.PageRequest
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FullPageRequest()  
    • Method Summary

      • Methods inherited from class org.springframework.data.domain.PageRequest

        equals, first, getSort, hashCode, next, of, of, of, ofSize, previous, toString, withPage, withSort, withSort
      • Methods inherited from class org.springframework.data.domain.AbstractPageRequest

        getOffset, getPageNumber, getPageSize, hasPrevious, previousOrFirst
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.springframework.data.domain.Pageable

        getSortOr, isPaged, isUnpaged, toOptional
    • Constructor Detail

      • FullPageRequest

        public FullPageRequest()