public class ProductQueryRequest extends QueryRequestMapping<BackendProductProjection,Product>
| Modifier | Constructor and Description |
|---|---|
protected |
ProductQueryRequest(QueryRequest<BackendProductProjection> delegate,
CategoryTree categoryTree) |
| Modifier and Type | Method and Description |
|---|---|
protected Product |
convert(BackendProductProjection backendProduct)
Override this method to convert elements from A to B.
|
expand, fetch, fetchAsync, page, pageSize, sort, whereprotected ProductQueryRequest(QueryRequest<BackendProductProjection> delegate, CategoryTree categoryTree)
protected Product convert(BackendProductProjection backendProduct)
QueryRequestMappingconvert in class QueryRequestMapping<BackendProductProjection,Product>backendProduct - The single element that should be converted to B.