Class Jackson2CborDecoder

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

public class Jackson2CborDecoder extends AbstractJackson2Decoder
Decode bytes into CBOR and convert to Object's with Jackson. Stream decoding is not supported yet.
Since:
5.2
Author:
Sebastien Deleuze
See Also: