This design is to make our current ObjectMapper could follow Spring Boot's configuration pattern. Users now use MessageConverters with the default ObjectMapper which was newed by us, and this ...
I want to assert a key with object value which has LocalDateTime as field type in it. This is throwing error and asking me add jackson-datatype-jsr310 module in ...