Package org.springframework.http.converter.cbor
@NullMarked
package org.springframework.http.converter.cbor
Provides an HttpMessageConverter for the CBOR data format.
-
ClassesClassDescriptionImplementation of
HttpMessageConverter
that can read and write the CBOR data format using the dedicated Jackson 3.x extension.Implementation ofHttpMessageConverter
that can read and write CBOR using kotlinx.serialization.Deprecated, for removal: This API element is subject to removal in a future version.
JacksonCborHttpMessageConverter