KeyValueObjectMapping icon indicating copy to clipboard operation
KeyValueObjectMapping copied to clipboard

Issue with multiple array mappers with same key/attribute name

Open mungler opened this issue 6 years ago • 0 comments

The logic for looking up an array mapper seems to have a problem if you have multiple array mappers which act on the same key/attribute name (though in different classes).

I think this needs a class reference check also?

https://github.com/dchohfi/KeyValueObjectMapping/blob/master/KeyValueObjectMapping/DCParserConfiguration.m#L103-L114

mungler avatar Apr 30 '19 09:04 mungler