With this code
@RequestMapping(value = \"/bar/foo\", method = RequestMethod.GET) public ResponseEntity foo() { Foo model; ...
The problem was that one of the nested objects in Foo didn't have any getter/setter
Foo
getter/setter