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 class
Jackson2CborDecoder
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.json Modifier and Type Class Description 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.