Package | Description |
---|---|
com.blade.mvc.ui |
Modifier and Type | Method and Description |
---|---|
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(int code) |
static <T> RestResponse |
RestResponse.ok(T payload) |
static <T> RestResponse |
RestResponse.ok(T payload,
int code) |
Copyright © 2017. All rights reserved.