JsonToKotlinClass
JsonToKotlinClass copied to clipboard
生成Map
"cpu_thread_list": {
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/CPUThreadList"
}
},
问一下,以上的声明可以生成Map<String, CPUThreadList>吗?