Java org.springframework.data.domain PageImpl fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.domain PageImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.domain PageImpl.

The text is from its open source code.

Subclass

org.springframework.data.domain.PageImpl has subclasses.
Click this link to see all its subclasses.

Constructor

PageImpl(List content, Pageable pageable, long total)
Constructor of PageImpl .
PageImpl(List content)
Creates a new PageImpl with the given content.

Method

ListgetContent()
Returns the page content as List .
Pagemap(Function converter)