Uses of Interface
org.springframework.http.codec.HttpMessageEncoder
Packages that use HttpMessageEncoder
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
Google Protocol Buffers.
Provides an encoder and a decoder for the Smile data format ("binary JSON").
-
Uses of HttpMessageEncoder in org.springframework.http.codec
Classes in org.springframework.http.codec that implement HttpMessageEncoderModifier and TypeClassDescriptionclassAbstractJacksonEncoder<T extends tools.jackson.databind.ObjectMapper>Base class providing support methods for Jackson 3.x encoding. -
Uses of HttpMessageEncoder in org.springframework.http.codec.cbor
Classes in org.springframework.http.codec.cbor that implement HttpMessageEncoderModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classEncode from anObjectto bytes of CBOR objects using Jackson 3.x. -
Uses of HttpMessageEncoder in org.springframework.http.codec.json
Classes in org.springframework.http.codec.json that implement HttpMessageEncoderModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractJacksonEncoderclassEncode from anObjectstream to a byte stream of JSON objects using Google Gson.classDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonJsonEncoderclassDeprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileEncoderclassEncode from anObjectstream to a byte stream of JSON objects using Jackson 3.x. -
Uses of HttpMessageEncoder in org.springframework.http.codec.protobuf
Classes in org.springframework.http.codec.protobuf that implement HttpMessageEncoderModifier and TypeClassDescriptionclassclassAEncoderthat writesMessages as JSON. -
Uses of HttpMessageEncoder in org.springframework.http.codec.smile
Classes in org.springframework.http.codec.smile that implement HttpMessageEncoderModifier and TypeClassDescriptionclassEncode from anObjectstream to a byte stream of Smile objects using Jackson 3.x.
JacksonCborEncoder