Package | Description |
---|---|
org.springframework.http.codec.json |
JSON encoder and decoder support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJackson2Decoder
Abstract base class for Jackson 2.9 decoding, leveraging non-blocking parsing.
|
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.
|