Uses of Interface
org.springframework.http.codec.HttpMessageEncoder
Packages that use HttpMessageEncoder
Package
Description
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 TypeClassDescriptionclass
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 TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Encode from anObject
to 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 TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractJacksonEncoder
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonJsonEncoder
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileEncoder
class
Encode from anObject
stream 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 TypeClassDescriptionclass
class
AEncoder
that writesMessage
s as JSON. -
Uses of HttpMessageEncoder in org.springframework.http.codec.smile
Classes in org.springframework.http.codec.smile that implement HttpMessageEncoderModifier and TypeClassDescriptionclass
Encode from anObject
stream to a byte stream of Smile objects using Jackson 3.x.
JacksonCborEncoder