feat: V1.1 - 注释补充

This commit is contained in:
2026-08-03 14:48:29 +08:00
parent 20b86592cb
commit f734455d6a
10 changed files with 285 additions and 1 deletions

View File

@@ -9,8 +9,11 @@ import lombok.Value;
@Value
public class FieldSchema {
/** 字段路径,如 {@code vo.linkList[].id} */
String path;
/** 映射到的 JSON 类型OBJECT / ARRAY / STRING 等) */
JsonType jsonType;
/** 原始 Java 类型简单名或 FQN 片段 */
String javaType;
@Override