Uses of Interface
org.springframework.http.codec.HttpMessageDecoder
Packages that use HttpMessageDecoder
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
- 
Uses of HttpMessageDecoder in org.springframework.http.codec.cborClasses in org.springframework.http.codec.cbor that implement HttpMessageDecoderModifier and TypeClassDescriptionclassDecode bytes into CBOR and convert to Object's with Jackson.
- 
Uses of HttpMessageDecoder in org.springframework.http.codec.jsonClasses in org.springframework.http.codec.json that implement HttpMessageDecoderModifier and TypeClassDescriptionclassAbstract base class for Jackson 2.x decoding, leveraging non-blocking parsing.classDecode 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.