Package org.springframework.http.converter.xml
@NullMarked
package org.springframework.http.converter.xml
Provides HttpMessageConverter implementations for handling XML.
-
ClassesClassDescriptionAbstract base class for
HttpMessageConverters
that use JAXB2.Abstract base class forHttpMessageConverters
that convert from/to XML.Implementation ofHttpMessageConverter
that can read and write XML using Jackson 3.x extension component for reading and writing XML encoded data.Jaxb2CollectionHttpMessageConverter<T extends Collection>AnHttpMessageConverter
that can read XML collections using JAXB2.Implementation ofHttpMessageConverter
that can read and write XML using JAXB2.Deprecated, for removal: This API element is subject to removal in a future version.Implementation ofHttpMessageConverter
that can read and write XML using Spring'sMarshaller
andUnmarshaller
abstractions.SourceHttpMessageConverter<T extends Source>Implementation ofHttpMessageConverter
that can read and writeSource
objects.
JacksonXmlHttpMessageConverter