Skip to content
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

Remove JsonGenerator.canWriteBinaryNatively(), .canWriteFormattedNumbers() (replaced by StreamWriteCapability equivalents) #676

Closed
cowtowncoder opened this issue Jan 29, 2021 · 0 comments
Labels

Comments

@cowtowncoder
Copy link
Member

cowtowncoder commented Jan 29, 2021

As per title, we can replace canWriteBinaryNatively() from JsonGenerator, in Jackson 3.0 (cannot do that in 2.x for compatibility reasons).

Similarly for canWriteFormattedNumbers() in JsonGenerator.

@cowtowncoder cowtowncoder changed the title Remove JsonGenerator.canWriteBinaryNatively() (replaced by StreamWriteCapability.CAN_WRITE_BINARY_NATIVELY) Remove JsonGenerator.canWriteBinaryNatively(), .canWriteFormattedNumbers() (replaced by StreamWriteCapability equivalents) Jan 29, 2021
cowtowncoder added a commit that referenced this issue Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant