程序包 | 说明 |
---|---|
com.blade.mvc.ui |
限定符和类型 | 方法和说明 |
---|---|
static RestResponse |
RestResponse.fail() |
static RestResponse |
RestResponse.fail(int code) |
static RestResponse |
RestResponse.fail(int code,
String msg) |
static RestResponse |
RestResponse.fail(String msg) |
static RestResponse |
RestResponse.ok() |
static <T> RestResponse |
RestResponse.ok(T payload) |
static <T> RestResponse |
RestResponse.ok(T payload,
int code) |
Copyright © 2017. All rights reserved.