Uses of Class
org.springframework.http.codec.json.AbstractJackson2Decoder
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
-
Uses of AbstractJackson2Decoder in org.springframework.http.codec.cbor
Modifier and TypeClassDescriptionclass
Decode bytes into CBOR and convert to Object's with Jackson. -
Uses of AbstractJackson2Decoder in org.springframework.http.codec.json
Modifier and TypeClassDescriptionclass
Decode a byte stream into JSON and convert to Object's with Jackson 2.x, leveraging non-blocking parsing.class
Decode a byte stream into Smile and convert to Object's with Jackson 2.x, leveraging non-blocking parsing.