public interface Converter
| Modifier and Type | Method and Description |
|---|---|
<T> T |
toResponse(String rsp,
Class<T> clazz)
把字符串转换为响应对象。
|
<T> T toResponse(String rsp, Class<T> clazz) throws ApiException
T - 领域泛型rsp - 响应字符串clazz - 领域类型ApiExceptionCopyright © 2021. All rights reserved.