程序包 | 说明 |
---|---|
com.fr.json.revise |
限定符和类型 | 方法和说明 |
---|---|
static <T> T |
EmbedJson.decodeValue(java.lang.String str,
java.lang.Class<T> clazz)
Decode a given JSON string to a POJO of the given class type.
|
static <T> T |
EmbedJson.decodeValue(java.lang.String str,
com.fr.third.fasterxml.jackson.core.type.TypeReference<T> type)
Decode a given JSON string to a POJO of the given type.
|