Uses of Class
org.springframework.http.codec.json.Jackson2CodecSupport
Packages that use Jackson2CodecSupport
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
- 
Uses of Jackson2CodecSupport in org.springframework.http.codec.cborSubclasses of Jackson2CodecSupport in org.springframework.http.codec.cborModifier and TypeClassDescriptionclassDecode bytes into CBOR and convert to Object's with Jackson.classEncode from anObjectto bytes of CBOR objects using Jackson.
- 
Uses of Jackson2CodecSupport in org.springframework.http.codec.jsonSubclasses of Jackson2CodecSupport in org.springframework.http.codec.jsonModifier and TypeClassDescriptionclassAbstract base class for Jackson 2.x decoding, leveraging non-blocking parsing.classBase class providing support methods for Jackson 2.x encoding.classDecode a byte stream into JSON and convert to Object's with Jackson 2.x, leveraging non-blocking parsing.classEncode from anObjectstream to a byte stream of JSON objects using Jackson 2.x.classDecode a byte stream into Smile and convert to Object's with Jackson 2.x, leveraging non-blocking parsing.classEncode from anObjectstream to a byte stream of Smile objects using Jackson 2.x.