| 程序包 | 说明 |
|---|---|
| cn.isqing.icloud.common.utils.dto | |
| cn.isqing.icloud.common.utils.flow |
| 限定符和类型 | 字段和说明 |
|---|---|
static Response<Object> |
Response.ERROR |
static Response<Object> |
Response.SUCCESS |
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> Response<R> |
Response.cleanData(Response res) |
static <T> Response<T> |
Response.error(String msg) |
static <T> Response<T> |
Response.error(String msg,
T data) |
static <T> Response<T> |
Response.info(String code,
String msg) |
static <T> Response<T> |
Response.info(String code,
String msg,
T data) |
static <T> Response<T> |
Response.success(String msg) |
static <T> Response<T> |
Response.success(String msg,
T data) |
static <T> Response<T> |
Response.success(T data) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> Response<R> |
Response.cleanData(Response res) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Response<R> |
FlowContext.flowErrorRes |
protected Response<R> |
FlowContext.flowRes |
| 限定符和类型 | 方法和说明 |
|---|---|
Response<R> |
FlowTemplate.exec(T context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
FlowTemplate.interrupt(T context,
Response<R> res) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
FlowTemplate.apply(Function<T,Response<R>> apply) |
protected void |
FlowTemplate.errorApply(Function<T,Response<R>> apply) |
protected void |
FlowTemplate.finallyApply(Function<T,Response<R>> apply) |
Copyright © 2023. All rights reserved.