com.fasterxml.jackson.dataformat.xml.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-all Show documentation
Show all versions of swagger-all Show documentation
swagger-all is a rebundled verison of Swagger as one OSGi bundle.
/**
* Package that contains XML-based backends which can serialize POJOs
* to and deserialize from XML, using Stax XML parsers and generators
* for XML processing and mostly standard Jackson data binding otherwise.
*/
package com.fasterxml.jackson.dataformat.xml;