Package org.springframework.http.converter.xml
@NullMarked
package org.springframework.http.converter.xml
Provides HttpMessageConverter implementations for handling xml.
-
ClassesClassDescriptionAbstract base class for
HttpMessageConvertersthat use JAXB2.Abstract base class forHttpMessageConvertersthat convert from/to xml.Implementation ofHttpMessageConverterthat can read and write xml using Jackson 3.x extension component for reading and writing xml encoded data.Jaxb2CollectionHttpMessageConverter<T extends Collection>AnHttpMessageConverterthat can read xml collections using JAXB2.Implementation ofHttpMessageConverterthat can read and write xml using JAXB2.Deprecated, for removal: This API element is subject to removal in a future version.Implementation ofHttpMessageConverterthat can read and write xml using Spring'sMarshallerandUnmarshallerabstractions.SourceHttpMessageConverter<T extends Source>Implementation ofHttpMessageConverterthat can read and writeSourceobjects.
JacksonxmlHttpMessageConverter