Using jackson 2.1, how do I disable the fail_on_empty beans that the error message seems to want me to disable?
fail_on_empty beans
I\'m assuming this is just the simplest
In my case, I missed to write @JsonProperty annotation in one of the fields which was causing this error.