Class Jackson2CborDecoder

All Implemented Interfaces:
Decoder<Object>, HttpMessageDecoder<Object>

@Deprecated(since="7.0", forRemoval=true) public class Jackson2CborDecoder extends AbstractJackson2Decoder
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of JacksonCborDecoder
Decode bytes into CBOR and convert to Object's with Jackson 2.x. Stream decoding is not supported yet.
Since:
5.2
Author:
Sebastien Deleuze
See Also:
  • Constructor Details

    • Jackson2CborDecoder

      public Jackson2CborDecoder()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Jackson2CborDecoder

      public Jackson2CborDecoder(com.fasterxml.jackson.databind.ObjectMapper mapper, MimeType... mimeTypes)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details