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