| 程序包 | 说明 |
|---|---|
| cn.ponfee.commons.json |
| 类和说明 |
|---|
| 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"))
|
| JacksonCurrencyUnit
The Jackson Currency unit Serializer & Deserializer
|
| JacksonDate
The Jackson Money Serializer & Deserializer
|
| JacksonMoney
The Jackson Money Serializer & Deserializer
|
| Jsons
The json utility based jackson
|
Copyright © 2023. All rights reserved.