Uses of Interface
org.springframework.http.codec.HttpMessageEncoder
Packages that use HttpMessageEncoder Package Description org.springframework.http.codec.cbor org.springframework.http.codec.json JSON encoder and decoder support.org.springframework.http.codec.protobuf Provides an encoder and a decoder for Google Protocol Buffers.Uses of HttpMessageEncoder in org.springframework.http.codec.cbor
Classes in org.springframework.http.codec.cbor that implement HttpMessageEncoder Modifier and Type Class Description classJackson2CborEncoderEncode from anObjectto bytes of CBOR objects using Jackson.Uses of HttpMessageEncoder in org.springframework.http.codec.json
Classes in org.springframework.http.codec.json that implement HttpMessageEncoder Modifier and Type Class Description classAbstractJackson2EncoderBase class providing support methods for Jackson 2.9 encoding.classJackson2JsonEncoderEncode from anObjectstream to a byte stream of JSON objects using Jackson 2.9.classJackson2SmileEncoderEncode from anObjectstream to a byte stream of Smile objects using Jackson 2.9.Uses of HttpMessageEncoder in org.springframework.http.codec.protobuf
Classes in org.springframework.http.codec.protobuf that implement HttpMessageEncoder Modifier and Type Class Description classProtobufEncoder