Serialize/Deserialize using JsonTypeInfo

前端 未结 0 824
梦如初夏
梦如初夏 2021-02-04 16:14

My goal is to convert a JSON string field to the right class using Jackson.

I have the following class:

public class AnimalRecord {

    private String id;         


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