| Package | Description |
|---|---|
| io.mybatis.common.core |
| Modifier and Type | Method and Description |
|---|---|
static <T> RowsResponse<T> |
RowsResponse.ok(List<T> rows) |
static <T> RowsResponse<T> |
RowsResponse.ok(List<T> rows,
Long total) |
static <T> RowsResponse<T> |
RowsResponse.ok(List<T> rows,
Long total,
String message) |
static <T> RowsResponse<T> |
RowsResponse.ok(List<T> rows,
String message) |
RowsResponse<T> |
RowsResponse.rows(List<T> rows) |
RowsResponse<T> |
RowsResponse.total(Long total) |
Copyright © 2023. All rights reserved.