Package | Description |
---|---|
org.springframework.http.converter.json |
Provides HttpMessageConverter implementations for handling JSON.
|
Modifier and Type | Class and Description |
---|---|
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. |