public class Converters extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
isCheckJsonType
The Is check json type.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
convert(Class<T> clazz,
Reader reader)
使用指定 的读取器去转换字符串为对象。
|
public static <T> T convert(Class<T> clazz, Reader reader) throws AlipayApiException
T - 领域泛型clazz - 领域类型reader - 读取器AlipayApiException - the alipay api exceptionCopyright © 2018. All rights reserved.