gpt4 book ai didi

java - Robospice 动态映射

转载 作者:太空宇宙 更新时间:2023-11-04 15:07:00 28 4
gpt4 key购买 nike

有人可以告诉我如何在我的“RequestResult.java”中使用 RoboSpice 进行动态映射吗?

我的 JSON 看起来像这样:

"result": [
{
"attributeX1" "...",
"type": "x",
"attributeXi" "..."
},
{
"attributeX1": "...",
"type": "x",
"attributeXi": "..."
}
]

"result": [
{
"attributeY1" "...",
"type": "y",
"attributeYi" "..."
},
{
"attributeY1" "...",
"type": "y",
"attributeYi" "..."
}
]

根据请求,类型为 x 或 y。因此,如果“type”:“x”,我有必要使用模型“x.java”,如果“type”:“y”需要使用模型“y.java”

最佳答案

这完全取决于您使用的 JSON 库。 Jackson 2 提供了您可能感兴趣的多态类型:http://programmerbruce.blogspot.com.es/2011/05/deserialize-json-with-jackson-into.html

官方文档在这里:http://wiki.fasterxml.com/JacksonPolymorphicDeserialization

关于java - Robospice 动态映射,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21851252/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com