Package cn.mindit.atom.core.util.json
Annotation Interface JsonMask
- Since:
- 2023-08-25
- Author:
- Catch
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
MaskType value脱敏数据类型,在 CUSTOM 的时, start 和 end 生效- Default:
CUSTOM
-
start
int start脱敏开始位置(包含)- Default:
0
-
end
int end脱敏结束位置(不包含)- Default:
0
-