| Package | Description |
|---|---|
| com.blibli.oss.backend.common.helper |
| Modifier and Type | Method and Description |
|---|---|
static Paging |
PagingHelper.toPaging(PagingRequest request,
Long totalItem) |
static Paging |
PagingHelper.toPaging(PagingRequest request,
Long totalPage,
Long totalItem) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Response<T> |
ResponseHelper.ok(T data,
Paging paging) |
static <T> Response<T> |
ResponseHelper.status(org.springframework.http.HttpStatus status,
T data,
Paging paging) |
static <T> Response<T> |
ResponseHelper.status(org.springframework.http.HttpStatus status,
T data,
Paging paging,
Map<String,List<String>> errors) |
Copyright © 2021. All rights reserved.