Uses of Class
com.aquima.web.rest.v1.paginator.Paginator
Packages that use Paginator
-
Uses of Paginator in com.aquima.web.rest.v1.paginator
Subclasses of Paginator in com.aquima.web.rest.v1.paginatorModifier and TypeClassDescriptionfinal class
A paginator which takes the full list of resources and filters them so that only the resources on the current page are placed into the paged object.final class
A paginator that takes a page of resources and only adds page index related information to the paged object (first page, last page, etc).