-
-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed copy(): IonValueMapper
does not override copy()
#497
Comments
@mr-robert You are absolutely correct: this method should be overridden by format-specific |
IonValueMapper
does not override copy()
Thanks for this. I just ran into a similar issue, wondering if it should be fixed as well when using |
@mr-robert Could you file a separate issue for that, if you think it should be addressed? Although to be honest, I am not 100% sure I follow: in 2.x, Builders simply wrap around ObjectMapper instances (like |
Created #509 |
Ahhhh... |
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.
The text was updated successfully, but these errors were encountered: