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.
|
Modifier and Type | Class and Description |
---|---|
class |
Jackson2JsonDecoder
Decode a byte stream into JSON and convert to Object's with Jackson 2.9,
leveraging non-blocking parsing.
|
class |
Jackson2SmileDecoder
Decode a byte stream into Smile and convert to Object's with Jackson 2.9,
leveraging non-blocking parsing.
|