Uses of Class
org.springframework.http.codec.json.AbstractJackson2Decoder
Packages that use AbstractJackson2Decoder
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
-
Uses of AbstractJackson2Decoder in org.springframework.http.codec.cbor
Subclasses of AbstractJackson2Decoder in org.springframework.http.codec.cborModifier and TypeClassDescriptionclass
Decode bytes into CBOR and convert to Object's with Jackson. -
Uses of AbstractJackson2Decoder in org.springframework.http.codec.json
Subclasses of AbstractJackson2Decoder in org.springframework.http.codec.jsonModifier 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.