Package org.springframework.http.codec.xml
@NonNullApi
@NonNullFields
package org.springframework.http.codec.xml
XML encoder and decoder support.
-
ClassDescriptionDecode from a bytes stream containing XML elements to a stream of
Object
s (POJOs).Encode from single value to a byte stream containing XML elements.Decodes aDataBuffer
stream into a stream ofXMLEvents
.