Uses of Class
org.springframework.http.codec.json.Jackson2CodecSupport
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
-
Uses of Jackson2CodecSupport in org.springframework.http.codec.cbor
Modifier and TypeClassDescriptionclass
Decode bytes into CBOR and convert to Object's with Jackson.class
Encode from anObject
to bytes of CBOR objects using Jackson. -
Uses of Jackson2CodecSupport in org.springframework.http.codec.json
Modifier and TypeClassDescriptionclass
Abstract base class for Jackson 2.x decoding, leveraging non-blocking parsing.class
Base class providing support methods for Jackson 2.x encoding.class
Decode a byte stream into JSON and convert to Object's with Jackson 2.x, leveraging non-blocking parsing.class
Encode from anObject
stream to a byte stream of JSON objects using Jackson 2.x.class
Decode a byte stream into Smile and convert to Object's with Jackson 2.x, leveraging non-blocking parsing.class
Encode from anObject
stream to a byte stream of Smile objects using Jackson 2.x.