DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS
don't support Map
type field
#2767
Milestone
DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS
don't support Map
type field
#2767
I have a simple test code:
Using the first json will cause
com.fasterxml.jackson.databind.exc.MismatchedInputException
, but using the next json has no problem.It seems that
DeserializationFeature.UNWRAP_SINGLE_VALUE_ARRAYS
doesn't support aMap
type field. Is this a bug?My
jackson-databind
version: 2.10.4The text was updated successfully, but these errors were encountered: