Uses of Interface
org.springframework.http.codec.HttpMessageDecoder
Packages that use HttpMessageDecoder
Package
Description
Provides implementations of
Encoder
and Decoder for web use.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 TypeClassDescriptionclassAbstractJacksonDecoder<T extends tools.jackson.databind.ObjectMapper>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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDecode 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 TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractJacksonDecoderclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractJacksonDecoderclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileDecoderclassDecode 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 TypeClassDescriptionclassDecode a byte stream into Smile and convert to Objects with Jackson 3.x, leveraging non-blocking parsing.
JacksonCborDecoder