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
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).