I know this may be simple. However, I just can\'t get it to work.
So I am trying to use Spring RestTemplate to map my JSON data. I have following JSON response from a re
I know this is an old thread.
But for anyone having the same problem, you can use MappingJackson2HttpMessageConverter for this purpose with Jackson.
MappingJackson2HttpMessageConverter
Please refer the answer given in this thread.