| 类 | 说明 |
|---|---|
| CustomLocalDateTimeDeserializer |
Deserializer for Java 8 temporal
LocalDateTimes. |
| FastjsonPropertyFilter |
Object to json specified fields whether includes or excludes
Map<String, Object> map = ImmutableMap.of("a", 1, "b", true, "c", "x");
JSON.toJSONString(map, JsonPropertyFilter.include("a", "b"))
JSON.toJSONString(map, JsonPropertyFilter.exclude("a", "b"))
OR
JSON.toJSONString(map, new SimplePropertyPreFilter("a", "b"))
|
| FastjsonTypeReferences |
The Fastjson TypeReference holder
|
| JacksonDate |
The Jackson Money Serializer & Deserializer
|
| JacksonMoney |
The Jackson Money Serializer & Deserializer
|
| JacksonTypeReferences |
The Jackson TypeReference holder
|
| Jsons |
The json utility based jackson
|
| JsonUtils |
JSON utility class
|
| 异常错误 | 说明 |
|---|---|
| JsonException |
The json exception
|
Copyright © 2022. All rights reserved.