Uses of Class
org.springframework.http.codec.json.AbstractJackson2Encoder
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
-
Uses of AbstractJackson2Encoder in org.springframework.http.codec.cbor
Modifier and TypeClassDescriptionclass
Encode from anObject
to bytes of CBOR objects using Jackson. -
Uses of AbstractJackson2Encoder in org.springframework.http.codec.json
Modifier and TypeClassDescriptionclass
Encode from anObject
stream to a byte stream of JSON objects using Jackson 2.x.class
Encode from anObject
stream to a byte stream of Smile objects using Jackson 2.x.