public class Converters extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static boolean |
isCheckJsonType
是否对JSON返回的数据类型进行校验,默认不校验。
|
public static boolean isCheckJsonType
public static <T> T convert(Class<T> clazz, Reader reader) throws ApiException
T - 领域泛型clazz - 领域类型reader - 读取器ApiExceptionpublic static Field getField(Class<?> clazz, PropertyDescriptor pd) throws Exception
ExceptionCopyright © 2020. All rights reserved.