| 程序包 | 说明 |
|---|---|
| icu.easyj.core.json |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
IJSONService.toBean(String text,
Class<T> targetClazz)
转换为指定类型的对象
|
<T> T |
IJSONService.toBean(String text,
Class<T> targetClazz)
转换为指定类型的对象
|
default <T> T |
IJSONService.toBean(String text,
Class<T> rawType,
Type... actualTypeArguments)
转换为指定泛型类型的对象
|
default <T> T |
IJSONService.toBean(String text,
Class<T> rawType,
Type... actualTypeArguments)
转换为指定泛型类型的对象
|
<T> T |
IJSONService.toBean(String text,
Type targetType)
转换为指定类型的对象
|
<T> T |
IJSONService.toBean(String text,
Type targetType)
转换为指定类型的对象
|
String |
IJSONService.toJSONString(Object obj)
转换为字符串
|
String |
IJSONService.toJSONString(Object obj)
转换为字符串
|
<T> List<T> |
IJSONService.toList(String text,
Class<T> targetClazz)
转换为指定类型的List
|
<T> List<T> |
IJSONService.toList(String text,
Class<T> targetClazz)
转换为指定类型的List
|
Copyright © 2021–2024 EasyJ寮�婧愮ぞ鍖�. All rights reserved.