Package org.springframework.http.codec.xml
@NullMarked
package org.springframework.http.codec.xml
XML encoder and decoder support.
-
ClassesClassDescriptionDecode bytes into XML and convert to Objects with Jackson 3.x.Encode from an
Objectto bytes of XML objects using Jackson 3.x.Decode from a bytes stream containing XML elements to a stream ofObjects (POJOs).Encode from single value to a byte stream containing XML elements.Decodes aDataBufferstream into a stream ofXMLEvents.Callers ofXmlEventDecoderthat buffer emitted XML events at a higher level, can pass an instance of this tracker as anXmlEventDecoder.BYTE_TRACKER_HINTto monitor the total number of bytes received, and to reset periodically.