ResponseWrapper<T> |
ResponseWrapper.addOption(String key,
Object value) |
static ResponseWrapper |
ResponseWrapper.fail() |
static <T> ResponseWrapper<T> |
ResponseWrapper.fail(Exception e) |
static ResponseWrapper |
ResponseWrapper.fail(String msg) |
static <T> ResponseWrapper<T> |
ResponseWrapper.fail(String msg,
Exception e) |
ResponseWrapper<T> |
ResponseWrapper.setCode(String code) |
static ResponseWrapper |
ResponseWrapper.success() |
static ResponseWrapper |
ResponseWrapper.success(String msg) |
static <T> ResponseWrapper<T> |
ResponseWrapper.success(T content) |
static <T> ResponseWrapper<T> |
ResponseWrapper.success(T content,
String msg) |