Java Not Able To Convert Json To Pojo Class
Java Not Able To Convert Json To Pojo Class
My POJO Class
com.fasterxml.jackson.databind.exc.UnrecognizedProper
at [Source: {"ColumnNames":["col1","col2","col3","co
@JsonProperty("ColumnNames")
public List<String> getColumnNames() {
return this.ColumnNames;
}
Thanks for the reply. But I checked with changing the name also in
pojo class, getting the same error. Doesn't seems like an issue with
case mismatch. – Rachit Jain Apr 2 '20 at 5:43