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.cborSubclasses of AbstractJackson2Decoder in org.springframework.http.codec.cborModifier and TypeClassDescriptionclassDecode bytes into CBOR and convert to Object's with Jackson.
- 
Uses of AbstractJackson2Decoder in org.springframework.http.codec.jsonSubclasses of AbstractJackson2Decoder in org.springframework.http.codec.jsonModifier and TypeClassDescriptionclassDecode a byte stream into JSON and convert to Object's with Jackson 2.x, leveraging non-blocking parsing.classDecode a byte stream into Smile and convert to Object's with Jackson 2.x, leveraging non-blocking parsing.