| 程序包 | 说明 |
|---|---|
| cn.minsin.core.web |
| 限定符和类型 | 方法和说明 |
|---|---|
static Result |
Result.builder(int code,
String message)
code 来自Result中的 SUCCESS 或 EXCEPTION
|
static Result |
Result.builderException(String... message)
code 来自Result中的 SUCCESS 或 EXCEPTION
|
static Result |
Result.builderFail(String... message)
构建失败消息
|
static Result |
Result.builderMissParamter(String... message)
构建缺少参数的Result
|
static Result |
Result.builderSuccess(String... message)
code 来自Result中的 SUCCESS 或 EXCEPTION
|
Result |
Result.data(Object value) |
Result |
Result.data(String key,
Object value) |
Copyright © 2018. All rights reserved.