Uses of Interface
org.springframework.http.codec.HttpMessageDecoder
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
-
Uses of HttpMessageDecoder in org.springframework.http.codec.cbor
Modifier and TypeClassDescriptionclass
Decode bytes into CBOR and convert to Object's with Jackson. -
Uses of HttpMessageDecoder in org.springframework.http.codec.json
Modifier and TypeClassDescriptionclass
Abstract base class for Jackson 2.x decoding, leveraging non-blocking parsing.class
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.