<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(com.fasterxml.jackson.databind.ObjectMapper mapper,
byte[] json,
TypeRef<T> type) |
static <T> T |
Jacksons.toJavaObject(com.fasterxml.jackson.databind.ObjectMapper mapper,
String 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,
Class<?>... autoTypes) |
static <T> T |
Fastjsons.toJavaObject(String json,
TypeRef<T> type,
com.alibaba.fastjson2.filter.Filter filter) |
static <T> T |
Fastjsons.toJavaObject(String json,
TypeRef<T> type,
com.alibaba.fastjson2.filter.Filter filter,
com.alibaba.fastjson2.JSONReader.Feature... features) |
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(com.fasterxml.jackson.databind.ObjectMapper mapper,
byte[] json,
TypeRef<T> type) |
static <T> T |
Jacksons.toJavaObjectOrNull(com.fasterxml.jackson.databind.ObjectMapper mapper,
String json,
TypeRef<T> type) |
static <T> T |
Jacksons.toJavaObjectOrNull(String json,
TypeRef<T> type) |