I have the method in my RestController, that accepts an object:
@RestController @RequestMapping(value = "/statistic") public class MyController { @