Package | Description |
---|---|
com.fasterxml.jackson.dataformat.xml |
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.
|
com.fasterxml.jackson.dataformat.xml.ser | |
com.fasterxml.jackson.dataformat.xml.util |
Class and Description |
---|
DefaultXmlPrettyPrinter
Indentation to use with XML is different from JSON, because JSON
requires use of separator characters and XML just basic whitespace.
|
Class and Description |
---|
XmlRootNameLookup
Helper class used for efficiently finding root element name used with
XML serializations.
|
Class and Description |
---|
DefaultXmlPrettyPrinter
Indentation to use with XML is different from JSON, because JSON
requires use of separator characters and XML just basic whitespace.
|
DefaultXmlPrettyPrinter.Indenter
Interface that defines objects that can produce indentation used
to separate object entries and array values.
|
Copyright © 2017 FasterXML. All rights reserved.