Uses of Class
org.springframework.http.codec.JacksonCodecSupport
Packages that use JacksonCodecSupport
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
Provides an encoder and a decoder for the Smile data format ("binary JSON").
-
Uses of JacksonCodecSupport in org.springframework.http.codec
Subclasses of JacksonCodecSupport in org.springframework.http.codecModifier and TypeClassDescriptionclass
Abstract base class for Jackson 3.x decoding, leveraging non-blocking parsing.class
Base class providing support methods for Jackson 3.x encoding. -
Uses of JacksonCodecSupport in org.springframework.http.codec.cbor
Subclasses of JacksonCodecSupport in org.springframework.http.codec.cborModifier and TypeClassDescriptionclass
Decode bytes into CBOR and convert to Objects with Jackson 3.x.class
Encode from anObject
to bytes of CBOR objects using Jackson 3.x. -
Uses of JacksonCodecSupport in org.springframework.http.codec.json
Subclasses of JacksonCodecSupport in org.springframework.http.codec.jsonModifier and TypeClassDescriptionclass
Decode a byte stream into JSON and convert to Object's with Jackson 3.x leveraging non-blocking parsing.class
Encode from anObject
stream to a byte stream of JSON objects using Jackson 3.x. -
Uses of JacksonCodecSupport in org.springframework.http.codec.smile
Subclasses of JacksonCodecSupport in org.springframework.http.codec.smileModifier and TypeClassDescriptionclass
Decode a byte stream into Smile and convert to Objects with Jackson 3.x, leveraging non-blocking parsing.class
Encode from anObject
stream to a byte stream of Smile objects using Jackson 3.x.