| 程序包 | 说明 |
|---|---|
| org.shaneking.skava.rr |
RequestBody And ResponseBody
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <D> Resp<D> |
Resp.build(String code,
D data,
String mesg) |
static <D> Resp<D> |
Resp.failed() |
static <D> Resp<D> |
Resp.failed(String code) |
static <D> Resp<D> |
Resp.failed(String code,
String mesg) |
static <D> Resp<D> |
Resp.failed(String code,
String mesg,
D data) |
Resp<D> |
Resp.parseExp(@NonNull Exception exp) |
static <D> Resp<D> |
Resp.success(D data) |
| 构造器和说明 |
|---|
RespException(Resp resp) |
RespException(Resp resp,
String message) |
RespException(Resp resp,
String message,
Throwable cause) |
RespException(Resp resp,
Throwable cause) |
Copyright © 2011-2020–2020 Azolla. All rights reserved.