public class PageablePageParameterExtractor extends Object implements PageParameterExtractor
Pageable as the last parameter passed to a query method
invocation, and converts that to a valid page.| Constructor and Description |
|---|
PageablePageParameterExtractor(int index) |
| Modifier and Type | Method and Description |
|---|---|
Page |
extract(Invocation invocation)
Extracts the promised metadata as per this invocation.
|
public Page extract(Invocation invocation)
ParameterMetadataExtractorextract in interface ParameterMetadataExtractor<Page>invocation - the invocationCopyright © 2014–2016. All rights reserved.