Uses of Class
org.springframework.http.codec.json.AbstractJackson2Decoder
Packages that use AbstractJackson2Decoder Package Description org.springframework.http.codec.cbor org.springframework.http.codec.json JSON encoder and decoder support.Uses of AbstractJackson2Decoder in org.springframework.http.codec.cbor
Subclasses of AbstractJackson2Decoder in org.springframework.http.codec.cbor Modifier and Type Class Description classJackson2CborDecoderDecode 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.json Modifier and Type Class Description classJackson2JsonDecoderDecode a byte stream into JSON and convert to Object's with Jackson 2.9, leveraging non-blocking parsing.classJackson2SmileDecoderDecode a byte stream into Smile and convert to Object's with Jackson 2.9, leveraging non-blocking parsing.