I was getting the same error for a while.I had verify getter methods were available for all properties.Still was getting the same error.
To resolve an issue Configure MVC xml(configuration) with
.This is required for Spring to detect the presence of jackson and setup the corresponding converters.