Closed
Description
When calling .copy() on instance of IonValueMapper, I expect to get a new IonValueMapper with the same configuration. However, instead I get this expection.
I am using 2.12 but I checked the source of the latest version on github, and I do not see this method overridden.
I think that as this class is provided by Jackson themselves, they should provide the implementation of the overridden .copy() in IonValueMapper.