| Constructor and Description |
|---|
DefaultedPageable(Pageable pageable,
boolean isDefault)
Creates a new
DefaultedPageable with the given Pageable and default flag. |
| Modifier and Type | Method and Description |
|---|---|
Pageable |
getPageable()
Returns the delegate
Pageable. |
boolean |
isDefault()
Returns whether the contained
Pageable is the default one configured. |
public DefaultedPageable(Pageable pageable, boolean isDefault)
DefaultedPageable with the given Pageable and default flag.pageable - can be null.isDefault - Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.