You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.