Top "Spring-json" questions

Spring MVC - HttpMediaTypeNotAcceptableException

I keep getting this HttpMediaTypeNotAcceptableException error for AJAX requests when using with Spring MVC and JSON.. full stack trace of …

json spring spring-mvc spring-json
How to add message converter to restTemplate in xml configuration

I am using restTemplate for consuming json data from remote server, and then parsing the json in my java objects …

rest jackson resttemplate spring-json
Rest Custom HTTP Message Converter Spring Boot 1.2.3

I want to create a custom of HttpMessageConverter using Rest, Json, Spring Boot 1.2.3 and Spring 4, However my custom HTTPMessageConverter its' …

spring spring-boot spring-4 spring-restcontroller spring-json