1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
| {
| "groups": [
| {
| "name": "blade.jackson",
| "type": "com.qianwen.core.tool.jackson.BladeJacksonProperties",
| "sourceType": "com.qianwen.core.tool.jackson.BladeJacksonProperties"
| }
| ],
| "properties": [
| {
| "name": "blade.jackson.big-num-to-string",
| "type": "java.lang.Boolean",
| "description": "响应到前端,大数值自动写出为 String,避免精度丢失",
| "sourceType": "com.qianwen.core.tool.jackson.BladeJacksonProperties",
| "defaultValue": true
| },
| {
| "name": "blade.jackson.null-to-empty",
| "type": "java.lang.Boolean",
| "description": "null 转为 空,字符串转成\"\",数组转为[],对象转为{},数字转为-1",
| "sourceType": "com.qianwen.core.tool.jackson.BladeJacksonProperties",
| "defaultValue": true
| },
| {
| "name": "blade.jackson.support-text-plain",
| "type": "java.lang.Boolean",
| "description": "支持 MediaType text\/plain,用于和 blade-api-crypto 一起使用",
| "sourceType": "com.qianwen.core.tool.jackson.BladeJacksonProperties",
| "defaultValue": false
| }
| ],
| "hints": []
| }
|
|