Package | Description |
---|---|
org.springframework.http.converter |
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
|
org.springframework.http.converter.cbor |
Provides an HttpMessageConverter for the CBOR data format.
|
org.springframework.http.converter.json |
Provides HttpMessageConverter implementations for handling JSON.
|
org.springframework.http.converter.smile |
Provides an HttpMessageConverter for the Smile data format ("binary JSON").
|
org.springframework.http.converter.xml |
Provides HttpMessageConverter implementations for handling XML.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenericHttpMessageConverter<T>
Abstract base class for most
GenericHttpMessageConverter implementations. |
class |
ResourceRegionHttpMessageConverter
Implementation of
HttpMessageConverter that can write a single ResourceRegion ,
or Collections of ResourceRegions . |
Modifier and Type | Class and Description |
---|---|
class |
MappingJackson2CborHttpMessageConverter
Implementation of
HttpMessageConverter that can read and write the CBOR
data format using
the dedicated Jackson 2.x extension. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJackson2HttpMessageConverter
Abstract base class for Jackson based and content type independent
HttpMessageConverter implementations. |
class |
AbstractJsonHttpMessageConverter
Common base class for plain JSON converters, e.g.
|
class |
GsonHttpMessageConverter
Implementation of
HttpMessageConverter
that can read and write JSON using the
Google Gson library. |
class |
JsonbHttpMessageConverter
Implementation of
HttpMessageConverter
that can read and write JSON using the
JSON Binding API. |
class |
KotlinSerializationJsonHttpMessageConverter
Implementation of
HttpMessageConverter
that can read and write JSON using
kotlinx.serialization. |
class |
MappingJackson2HttpMessageConverter
Implementation of
HttpMessageConverter that can read and
write JSON using Jackson 2.x's ObjectMapper . |
Modifier and Type | Class and Description |
---|---|
class |
MappingJackson2SmileHttpMessageConverter
Implementation of
HttpMessageConverter
that can read and write Smile data format ("binary JSON") using
the dedicated Jackson 2.x extension. |
Modifier and Type | Class and Description |
---|---|
class |
Jaxb2CollectionHttpMessageConverter<T extends Collection>
An
HttpMessageConverter that can read XML collections using JAXB2. |
class |
MappingJackson2XmlHttpMessageConverter
Implementation of
HttpMessageConverter
that can read and write XML using
Jackson 2.x extension component for reading and writing XML encoded data. |