I am getting this exception when I am trying to parse Json to Java pojo object. The object graph has couple objects.
org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "id" (Class Criteria), not marked as ignorable
I wanted to see, in which case this exception will come, where could be the problem is it in the object graph??
I am doing this in my android project I am not using annotations here I am not sure how to add this field as ignorable.