Package | Description |
---|---|
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 |
MappingJackson2CborHttpMessageConverter
Implementation of
HttpMessageConverter
that can read and write CBOR data format using
the dedicated Jackson 2.x extension. |
Modifier and Type | Class and Description |
---|---|
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 |
MappingJackson2XmlHttpMessageConverter
Implementation of
HttpMessageConverter
that can read and write XML using
Jackson 2.x extension component for reading and writing XML encoded data. |