gpt4 book ai didi

java - 如何为此 REST 响应编写 getter setter 类以进行改造

转载 作者:太空宇宙 更新时间:2023-11-04 13:57:34 24 4
gpt4 key购买 nike

我从第 3 方 API 收到此响应。我想使用改造将其解析到我的 Android 应用程序中。我想在布局中获取标题、shippingOptions 和其他数据。我对如何编写其 getter setter 类来映射数据有点困惑。

  {
"productInfoList": [
{
"productBaseInfo": {
"productIdentifier": {
},
"productAttributes": {
"title": "Sony Xperia C Black",
}
},
"productShippingBaseInfo": {
"shippingOptions": null
},
"offset": "v1:tyy-4io:MOBDP6W6MCUWCFGV"
},{
..
..
same response as above
}

]
}
<小时/>
    public interface Fart_Interface {


@Headers({ "header 1:value",
"header2 :value" })
@GET("/search/json?query=sony&resultCount=10")
void search(Callback<List<productInfoList>> callback);

}

最佳答案

首先看看您的 json 响应无效。删除标题对象值后面的 ,

...    
"productAttributes": {
"title": "Sony Xperia C Black",
}
...

获取有效的 json 响应并在此处创建您的 pojo JsonSchema2Pojo JSON 数据创建 pojo 的最佳在线工具

确保选择源类型注释样式

关于java - 如何为此 REST 响应编写 getter setter 类以进行改造,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29669271/

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