Package org.springframework.http.converter.cbor
@NonNullApi
@NonNullFields
package org.springframework.http.converter.cbor
Provides an HttpMessageConverter for the CBOR data format.
- 
ClassesClassDescriptionImplementation ofHttpMessageConverterthat can read and write CBOR using kotlinx.serialization.Implementation ofHttpMessageConverterthat can read and write the CBOR data format using the dedicated Jackson 2.x extension.