spring-framework / org.springframework.http.converter.cbor

Package org.springframework.http.converter.cbor

Types

MappingJackson2CborHttpMessageConverter

open class MappingJackson2CborHttpMessageConverter : AbstractJackson2HttpMessageConverter

Implementation of org.springframework.http.converter.HttpMessageConverter that can read and write CBOR data format using the dedicated Jackson 2.x extension.

By default, this converter supports "application/cbor" media type. This can be overridden by setting the supportedMediaTypes property.

The default constructor uses the default configuration provided by Jackson2ObjectMapperBuilder.

Compatible with Jackson 2.9 and higher.