Package cloud.opencode.base.json.annotation
package cloud.opencode.base.json.annotation
JSON Annotation - JSON Processing Annotations
JSON Annotation - JSON 处理注解
This package provides annotations for customizing JSON serialization and deserialization behavior.
本包提供用于自定义 JSON 序列化和反序列化行为的注解。
Key Annotations | 核心注解:
JsonProperty- Property mapping - 属性映射JsonIgnore- Ignore field - 忽略字段JsonFormat- Formatting - 格式化JsonNaming- Naming strategy - 命名策略JsonMask- Data masking - 数据脱敏
- Since:
- JDK 25, opencode-base-json V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassDescriptionJSON Format - Specifies Serialization Format JSON 格式 - 指定序列化格式Shape of the JSON value JSON 值的形状JSON Ignore - Excludes Field from JSON Processing JSON 忽略 - 从 JSON 处理中排除字段JSON Mask - Data Masking for Sensitive Fields JSON 脱敏 - 敏感字段的数据脱敏Mask type enumeration 脱敏类型枚举JSON Naming - Specifies Property Naming Strategy JSON 命名 - 指定属性命名策略Naming strategy enumeration 命名策略枚举JSON Property - Defines JSON Field Mapping JSON 属性 - 定义 JSON 字段映射Access type for property 属性的访问类型