How to deserialize using @JsonDeserialize contentUsing annotation and writing custom JsonDeserializer

前端 未结 0 626
忘了有多久
忘了有多久 2021-02-09 13:45

I need to deserialize a json object to POJO which has field

@JsonDeserialize(keyAs = String.class, contentUsing = MyJsonDeserializer.class)

priva

相关标签:
回答
  • 消灭零回复
提交回复
热议问题