Check WRAP_EXCEPTIONS
in CollectionDeserializer.handleNonArray()
#2560
Milestone
WRAP_EXCEPTIONS
in CollectionDeserializer.handleNonArray()
#2560
CollectionDeserializer.handleNonArray
should evaluateDeserializationFeature.WRAP_EXCEPTIONS
before it wraps the exception into aJsonMappingException
.jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/CollectionDeserializer.java
Line 346 in 959b6a1
The text was updated successfully, but these errors were encountered: