Provides an HttpMessageConverter for the CBOR data format.
/**
* Provides an HttpMessageConverter for the CBOR data format.
*/
@NonNullApi
@NonNullFields
package org.springframework.http.converter.cbor;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;