| Package | Description |
|---|---|
| icu.easyj.core.json |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IJSONService.toBean(String text,
Class<T> targetClazz)
转换为指定类型的对象
|
default <T> T |
IJSONService.toBean(String text,
Class<T> rawType,
Type... actualTypeArguments)
转换为指定泛型类型的对象
|
<T> T |
IJSONService.toBean(String text,
Type targetType)
转换为指定类型的对象
|
String |
IJSONService.toJSONString(Object obj)
转换为字符串
|
<T> List<T> |
IJSONService.toList(String text,
Class<T> targetClazz)
转换为指定类型的List
|
Copyright © 2021–2022 EasyJ开源社区. All rights reserved.