| 程序包 | 说明 |
|---|---|
| io.polaris.core.json | |
| io.polaris.core.lang | |
| io.polaris.core.lang.bean | |
| io.polaris.json |
| 限定符和类型 | 方法和说明 |
|---|---|
default <T> T |
JsonSerializer.deserialize(String json,
TypeRef<T> type) |
static <T> T |
Jsons.deserialize(String json,
TypeRef<T> type) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> JavaType<T> |
JavaType.of(TypeRef<T> type) |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> MetaObject<T> |
MetaObject.of(TypeRef<T> beanType) |
static <T> LambdaMetaObject<T> |
LambdaMetaObject.of(TypeRef<T> beanType) |
static <T> IndexedMetaObject<T> |
IndexedMetaObject.of(TypeRef<T> beanType) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
JacksonJsonSerializer.deserialize(String json,
TypeRef<T> type) |
<T> T |
FastjsonJsonSerializer.deserialize(String json,
TypeRef<T> type) |
static <T> T |
Jacksons.toJavaObject(byte[] json,
TypeRef<T> type) |
static <T> T |
Jacksons.toJavaObject(String json,
TypeRef<T> type) |
static <T> T |
Fastjsons.toJavaObject(String json,
TypeRef<T> type) |
static <T> T |
Fastjsons.toJavaObject(String json,
TypeRef<T> type,
com.alibaba.fastjson2.JSONReader.Feature... features) |
static <T> T |
Jacksons.toJavaObjectOrNull(byte[] json,
TypeRef<T> type) |
static <T> T |
Jacksons.toJavaObjectOrNull(String json,
TypeRef<T> type) |
Copyright © 2024 fossc. All rights reserved.