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

Add XmlMapper.createGenerator(XMLStreamWriter) and XmlMapper.createParser(XMLStreamReader) overloads #631

Closed
cowtowncoder opened this issue Jan 30, 2024 · 0 comments
Labels
2.17 Issues planned at earliest for 2.17

Comments

@cowtowncoder
Copy link
Member

Currently XmlMapper has convenience overrides for readValue() and writeValue() methods that take Stax reader/writer (XmlStreamReader, XmlStreamWriter), but no factory methods for creating generators or parsers -- these do exist in XmlFactory so it would be easy to delegate (plus they are actually needed for readValue()/writeValue() overrides).

So let's add overloads.

@cowtowncoder cowtowncoder added the 2.17 Issues planned at earliest for 2.17 label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.17 Issues planned at earliest for 2.17
Projects
None yet
Development

No branches or pull requests

1 participant