public class HttpRestHandler extends Object
| 构造器和说明 |
|---|
HttpRestHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> List<T> |
getListResult(org.springframework.test.web.servlet.ResultActions resultActions,
Class<T> resultType)
获取接口返回结果(列表)
|
static <T> List<T> |
getPageListResult(org.springframework.test.web.servlet.ResultActions resultActions,
Class<T> resultType)
获取接口返回结果(分页)
|
static <T> T |
getResult(org.springframework.test.web.servlet.ResultActions resultActions,
Class<T> resultType)
获取接口返回结果
|
static <T> T |
getResult(String json,
Class<T> resultType)
获取接口返回结果
|
Copyright © 2020. All rights reserved.