linsage / java2json

A simple plugin for converting Java bean to JSON in IntelliJ IDEA
49 stars 22 forks source link

JsonProperty annotaion is ignored #16

Closed Denis-D-M closed 2 years ago

Denis-D-M commented 2 years ago

I assume it's just not supported, but anyway, I expected it's gonna work image

Enokiy commented 2 years ago

It seems the author has stopped to maintaining this plugin, I add some code to support @JsonProperty annotation and created a pull request. Before the author merge the code,you can get the updated plugin from https://github.com/Enokiy/java2json/blob/master/java2json.jar

Denis-D-M commented 2 years ago

@Enokiy Seems to be working, thanks! I wanted to do it myself on the weekend, but you were faster than me :D