Package org.springframework.http.codec.json
@NullMarked
package org.springframework.http.codec.json
JSON encoder and decoder support.
-
ClassesClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor of
AbstractJacksonEncoder
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonCodecSupport
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractJacksonDecoder
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonJsonEncoder
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileDecoder
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofJacksonSmileEncoder
Decode a byte stream into JSON and convert to Object's with Jackson 3.x leveraging non-blocking parsing.Encode from anObject
stream to a byte stream of JSON objects using Jackson 3.x.Decode a byte stream into JSON and convert to Object's with kotlinx.serialization.Encode from anObject
stream to a byte stream of JSON objects using kotlinx.serialization.
AbstractJacksonDecoder