我有以下类(class):@JsonIgnoreProperties(ignoreUnknown=true)publicclassTopic{privateListcomments=newArrayList();privateListusers=newArrayList();@JsonCreatorpublicTopic(@JsonProperty("success")booleansuccess,@JsonProperty("response_comments")ListresponseComments,@JsonProperty("response_users")Listrespo