|
* 转换 object 为指定的类型,自定义错误信息 如果是Node类型的则进行copy
|
|
* 转换 object 为指定的类型,自定义错误信息 如果是Node类型的则进行copy
|
|
public static <T> T convert(Object object, Class<T> clazz, String errorMsg) throws QLException {
|
|
public static <T> T convert(Object object, Class<T> clazz, String errorMsg) throws QLException {
|