본문 바로가기

Programming/Java

spring restful service - JSON response

In Spring, we could get following error message from REST client or other HttpClient modules, when we have not implemented fields getter / setter methods in class that represents JSON response object.


The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers ().