Package org.springframework.http.converter.xml
@NonNullApi
@NonNullFields
package org.springframework.http.converter.xml
Provides HttpMessageConverter implementations for handling XML.
-
ClassDescriptionAbstract base class for
HttpMessageConverters
that use JAXB2.Abstract base class forHttpMessageConverters
that convert from/to XML.Jaxb2CollectionHttpMessageConverter<T extends Collection>AnHttpMessageConverter
that can read XML collections using JAXB2.Implementation ofHttpMessageConverter
that can read and write XML using JAXB2.Implementation ofHttpMessageConverter
that can read and write XML using Jackson 2.x extension component for reading and writing XML encoded data.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.