FasterXML / FasterXML/jackson-module-scala
deserialization to case class with required field
未关闭
- 主要语言
- Scala
- 星标
- 506
- 派生
- 138
- 平均合并
- 3 小时 6 分钟
- 30 天内合并 PR
- 48
描述
I have this case class:
```
case class Time(val a: String, val b: String)
```
and this json:
```
{
"a" : "12345"
}
```
When I serialize this json to the `Time` class I expect to get serialization error.
Something like: "missing required field"
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。