Package | Description |
---|---|
org.springframework.http.codec.cbor | |
org.springframework.http.codec.json |
JSON encoder and decoder support.
|
Modifier and Type | Class and Description |
---|---|
class |
Jackson2CborDecoder
Decode bytes into CBOR and convert to Object's with Jackson.
|
class |
Jackson2CborEncoder
Encode from an
Object to bytes of CBOR objects using Jackson. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJackson2Decoder
Abstract base class for Jackson 2.9 decoding, leveraging non-blocking parsing.
|
class |
AbstractJackson2Encoder
Base class providing support methods for Jackson 2.9 encoding.
|
class |
Jackson2JsonDecoder
Decode a byte stream into JSON and convert to Object's with Jackson 2.9,
leveraging non-blocking parsing.
|
class |
Jackson2JsonEncoder
Encode from an
Object stream to a byte stream of JSON objects using Jackson 2.9. |
class |
Jackson2SmileDecoder
Decode a byte stream into Smile and convert to Object's with Jackson 2.9,
leveraging non-blocking parsing.
|
class |
Jackson2SmileEncoder
Encode from an
Object stream to a byte stream of Smile objects using Jackson 2.9. |