open class JsonbHttpMessageConverter : AbstractJsonHttpMessageConverter
Implementation of org.springframework.http.converter.HttpMessageConverter that can read and write JSON using the JSON Binding API.
This converter can be used to bind to typed beans or untyped HashMaps. By default, it supports application/json and application/*+json with UTF-8 character set.
Author
Juergen Hoeller
Since
5.0
See Also
javax.json.bind.Jsonbjavax.json.bind.JsonbBuilder#setJsonb
JsonbHttpMessageConverter()
Construct a new JsonbHttpMessageConverter(config: JsonbConfig)
Construct a new JsonbHttpMessageConverter(jsonb: Jsonb)
Construct a new |
open fun getJsonb(): Jsonb
Return the configured |
|
open fun setJsonb(jsonb: Jsonb): Unit
Set the Setting a custom-configured |