| 类 | 说明 |
|---|---|
| FastjsonMoney |
The Fastjson Money Serializer & Deserializer
|
| 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
|
| JacksonCurrencyUnit |
The Jackson Currency unit Serializer & Deserializer
|
| JacksonDate |
The Jackson Money Serializer & Deserializer
|
| JacksonMoney |
The Jackson Money Serializer & Deserializer
|
| JacksonTypeReferences |
The Jackson TypeReference holder
|
| Jsons |
The json utility based jackson
|
Copyright © 2023. All rights reserved.