我有责任
“首选制造地区代码”:
[“布列斯特”、“维捷布斯克”、“戈梅利”、“明斯克”、]
How to convert List of strings to objects that in respone will be like
"preferentialManufacturingRegionCode": [
{
"value": "Brest",
},
{
"value": "Vitebsk",
},
{
"value": "Gomel",
},
{
"value": "Minsk",
},
]
I will be grateful for your answer
1条答案
按热度按时间oknwwptz1#
定义类
Value
:现在可以按如下方式转换
List<String>
:最新消息:
使用JSON生成器生成JSON。例如,对于Jackson:
输出量: