In the below code when returned by the Spring ResponseEntity i am getting a json with the setter name and not the data member name. When i change the setData to setResult and getData to getResult. The response is changed to In the below code when returned by the Spring R