Closed
Description
I had originally asked about this issue on the Jackson side of things but thought it relevant to post this here as well.
FasterXML/jackson-databind#604
There was a comment on my original issue about why the canDeserialize() is being called instead of readValue() as well as if the ObjectMapper is being re-used. I am hoping that someone can take a look at how the spring-boot project is interacting with the ObjectMapper on the deserializing the json http request to see if there is any issues that would cause the problem I am having.