Saturday, 26 June 2021

org.springframework.web.HttpMediaTypeNotAcceptableException: Could not find acceptable representation

 the exception happens as Java bean serialization process due to missing getter methods on the bean. 

No comments:

Can Jackson Deserialize Java Time ZonedDateTime

Yes, but must include JSR310. Thus ZonedDateTime can be deserialized directly from JSON response to POJO field. <dependency> <g...