ValueInstantiator.canInstantiate()
ignores canCreateUsingArrayDelegate()
#1804
Milestone
ValueInstantiator.canInstantiate()
ignores canCreateUsingArrayDelegate()
#1804
Problem
Method Javadoc doesn't match behavior. As a result, delegate collection constructors (for abstract types) don't work properly.
Tested versions
jackson-databind v2.8.7 and v2.9.2.
Location in code
https://github.com/FasterXML/jackson-databind/blob/master/src/main/java/com/fasterxml/jackson/databind/deser/ValueInstantiator.java#L70
Expected Behavior
Outputs
[]
.Observed Behavior
Test code
The text was updated successfully, but these errors were encountered: