Deserialize json to java using jackson - issues with special characters

后端 未结 1 1233
无人共我
无人共我 2021-01-25 16:22

I am using jackson (jersey and jetty) for my REST webservices - and all is going well. But I have a requirement to include a special character in one of the name value pairs in

相关标签:
1条回答
  • 2021-01-25 16:50

    You could try following in Java POJO:

    @JsonProperty("print-color")
    
    0 讨论(0)
提交回复
热议问题