Uses of Class
org.springframework.http.codec.AbstractJacksonDecoder
Packages that use AbstractJacksonDecoder
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
Provides an encoder and a decoder for the Smile data format ("binary JSON").
-
Uses of AbstractJacksonDecoder in org.springframework.http.codec.cbor
Subclasses of AbstractJacksonDecoder in org.springframework.http.codec.cborModifier and TypeClassDescriptionclass
Decode bytes into CBOR and convert to Objects with Jackson 3.x. -
Uses of AbstractJacksonDecoder in org.springframework.http.codec.json
Subclasses of AbstractJacksonDecoder in org.springframework.http.codec.jsonModifier and TypeClassDescriptionclass
Decode a byte stream into JSON and convert to Object's with Jackson 3.x leveraging non-blocking parsing. -
Uses of AbstractJacksonDecoder in org.springframework.http.codec.smile
Subclasses of AbstractJacksonDecoder in org.springframework.http.codec.smileModifier and TypeClassDescriptionclass
Decode a byte stream into Smile and convert to Objects with Jackson 3.x, leveraging non-blocking parsing.