GsonFormat icon indicating copy to clipboard operation
GsonFormat copied to clipboard

根据Gson库使用的要求,将JSONObject格式的String 解析成实体

Results 67 GsonFormat issues
Sort by recently updated
recently updated
newest added

在原作者代码上加了代码用于支持AndroidStudio4.1的GsonFormat 需要下载下来从本地导入 https://github.com/zgsHighwin/GsonFormat/wiki

今天更新完studio之后这个插件报错了

wuseal/JsonToKotlinClass: 🚀Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin ) https://github.com/wuseal/JsonToKotlinClass GitHub - robohorse/RoboPOJOGenerator: IntelliJ IDEA/Android studio plugin:...

从android studio4.0.2升级到4.1以后启动过程中会因为一些插件报错, 包括本插件, 希望大神尽快修复 15:07 Plugin Error Plugin "GsonFormat" is incompatible (supported only in IntelliJ IDEA). Plugin "Parcelable Code Generator(for kotlin)" is incompatible (supported only in IntelliJ IDEA). Plugin "Json2Dart"...

希望能增加对Moshi [https://github.com/square/moshi](url) 的支持 @Json(name = "serialize_name") String serializedName;

请问kotlin版本什么时候能出来?还是出来了我不知道?【笑脸】

内部会有个viewmodel,gsonBean只需要有一个对外方法返回viewModel就可以。 所以希望变量私有且不生成get、set。 不知可否添加下这个设置项。

Why can't @ Lombok and @ fastjson be selected at the same time? In addition, the selection buttons of setter and getter should be added。You can refer to [json2pojos with...