wuseal / JsonToKotlinClass

🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )
GNU General Public License v3.0
3.1k stars 176 forks source link

生成Map #395

Open jiqimaogou opened 2 years ago

jiqimaogou commented 2 years ago
  "cpu_thread_list": {
      "type": "object",
      "additionalProperties": {
          "$ref": "#/definitions/CPUThreadList"
      }
  },

问一下,以上的声明可以生成Map<String, CPUThreadList>吗?