Uses of Interface
org.springframework.http.codec.HttpMessageDecoder
Packages that use HttpMessageDecoder
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 HttpMessageDecoder in org.springframework.http.codec
Classes in org.springframework.http.codec that implement HttpMessageDecoderModifier and TypeClassDescriptionclass
Abstract base class for Jackson 3.x decoding, leveraging non-blocking parsing. -
Uses of HttpMessageDecoder in org.springframework.http.codec.cbor
Classes in org.springframework.http.codec.cbor that implement HttpMessageDecoderModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Decode bytes into CBOR and convert to Objects with Jackson 3.x. -
Uses of HttpMessageDecoder in org.springframework.http.codec.json
Classes in org.springframework.http.codec.json that implement HttpMessageDecoderModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractJacksonDecoder
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractJacksonDecoder
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileDecoder
class
Decode a byte stream into JSON and convert to Object's with Jackson 3.x leveraging non-blocking parsing. -
Uses of HttpMessageDecoder in org.springframework.http.codec.smile
Classes in org.springframework.http.codec.smile that implement HttpMessageDecoderModifier and TypeClassDescriptionclass
Decode a byte stream into Smile and convert to Objects with Jackson 3.x, leveraging non-blocking parsing.
JacksonCborDecoder