Package | Description |
---|---|
com.yahoo.bard.webservice.data.metric.mappers | |
com.yahoo.bard.webservice.web | |
com.yahoo.bard.webservice.web.responseprocessors |
Constructor and Description |
---|
PaginationMapper(PaginationParameters paginationParameters,
MappingResponseProcessor responseProcessor,
javax.ws.rs.core.UriBuilder uriBuilder)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractResponse.addLink(PaginationLink link,
int pageNumber,
int perPage,
javax.ws.rs.core.UriBuilder uriBuilder,
MappingResponseProcessor responseProcessor,
Map<String,URI> bodyLinks)
Adds the specified link to the headers and to the map of links that will be added to the body of the response.
|
static void |
AbstractResponse.addLink(PaginationLink link,
Pagination<?> pages,
javax.ws.rs.core.UriBuilder uriBuilder,
MappingResponseProcessor responseProcessor,
Map<String,URI> bodyLinks)
Adds the specified link to the headers and body of the response.
|
static void |
AbstractResponse.addLinks(Pagination<?> pages,
javax.ws.rs.core.UriBuilder uriBuilder,
MappingResponseProcessor responseProcessor)
Adds all the required pagination links to the headers and body of the response.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultSetResponseProcessor
Callback handler for JSON to be processed into result sets.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.