Array in documents not being mapped into list in java pojo object

前端 未结 0 1760
一个人的身影
一个人的身影 2020-12-11 11:15

I have the following mapping pojos in java

@Document(collection = "agency")
@JsonIgnoreProperties(ignoreUnknown=true)
public class AgentInformation          


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