Uses of Interface
org.springframework.http.codec.HttpMessageEncoder
Package
Description
JSON encoder and decoder support.
Provides an encoder and a decoder for
Google Protocol Buffers.
-
Uses of HttpMessageEncoder in org.springframework.http.codec.cbor
Modifier and TypeClassDescriptionclass
Encode from anObject
to bytes of CBOR objects using Jackson. -
Uses of HttpMessageEncoder in org.springframework.http.codec.json
Modifier and TypeClassDescriptionclass
Base class providing support methods for Jackson 2.9 encoding.class
Encode from anObject
stream to a byte stream of JSON objects using Jackson 2.9.class
Encode from anObject
stream to a byte stream of Smile objects using Jackson 2.9. -
Uses of HttpMessageEncoder in org.springframework.http.codec.protobuf
Modifier and TypeClassDescriptionclass