FactoryBasedEnumDeserializer
does not respect DeserializationFeature.WRAP_EXCEPTIONS
#2164
Milestone
FactoryBasedEnumDeserializer
does not respect DeserializationFeature.WRAP_EXCEPTIONS
#2164
We have the following Enum setup with a
@JsonCreator
onfromString
:When
DeserializationFeature.WRAP_EXCEPTIONS
is disabledExpected Behavior
The
IllegalArgumentException
gets propergated.Actual Behavior
An
InvalidDefinitionException
wrapping the exception was thrown.Error:
Full Junit Test Case
The text was updated successfully, but these errors were encountered: