Improve FactoryBasedEnumDeserializer
to work better with XML module
#4807
Labels
FactoryBasedEnumDeserializer
to work better with XML module
#4807
Describe your Issue
(note: this is to help solve FasterXML/jackson-dataformat-xml#682)
It looks like
FactoryBasedEnumDeserializer
does not have same work-around as basicEnumDeserializer
has for Object valued input:(line 287)
But it should have, to support String-argument taking "DELEGATING" Creator.
Let's add handling.
The text was updated successfully, but these errors were encountered: