Uses of Package
org.springframework.core.codec
Packages that use org.springframework.core.codec
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
Provides an encoder and a decoder for
Google Protocol Buffers.
XML encoder and decoder support.
Support classes for working with annotated message-handling methods with
non-blocking, reactive contracts.
Common infrastructure for invoking message handler methods with non-blocking,
and reactive contracts.
Support for the RSocket protocol.
Support classes for working with annotated RSocket stream handling methods.
Support for result handling through view resolution.
-
Classes in org.springframework.core.codec used by org.springframework.core.codecClassDescriptionAbstract base class for
Decoderimplementations that can decode aDataBufferdirectly to the target element type.Abstract base class forDecoderimplementations.Abstract base class forEncoderimplementations.Abstract base class forEncoderclasses that can only deal with a single value.Encode from aCharSequencestream to a bytes stream.General error that indicates a problem while encoding and decoding to and from an Object stream.Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.Strategy to encode a stream of Objects of type<T>into an output stream of bytes.Decode from a data buffer stream to aStringstream, either splitting or aggregating incoming data chunks to realign along newlines delimiters and produce a stream of strings. -
Classes in org.springframework.core.codec used by org.springframework.http.codecClassDescriptionStrategy for decoding a
DataBufferinput stream into an output stream of elements of type<T>.Strategy to encode a stream of Objects of type<T>into an output stream of bytes.Decoder forResources. -
Classes in org.springframework.core.codec used by org.springframework.http.codec.cborClassDescriptionStrategy for decoding a
DataBufferinput stream into an output stream of elements of type<T>.Strategy to encode a stream of Objects of type<T>into an output stream of bytes. -
Classes in org.springframework.core.codec used by org.springframework.http.codec.jsonClassDescriptionStrategy for decoding a
DataBufferinput stream into an output stream of elements of type<T>.Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.Strategy to encode a stream of Objects of type<T>into an output stream of bytes. -
Classes in org.springframework.core.codec used by org.springframework.http.codec.protobufClassDescriptionStrategy for decoding a
DataBufferinput stream into an output stream of elements of type<T>.Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.Strategy to encode a stream of Objects of type<T>into an output stream of bytes. -
Classes in org.springframework.core.codec used by org.springframework.http.codec.xmlClassDescriptionAbstract base class for
Decoderimplementations.Abstract base class forEncoderimplementations.Abstract base class forEncoderclasses that can only deal with a single value.Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.Strategy to encode a stream of Objects of type<T>into an output stream of bytes. -
Classes in org.springframework.core.codec used by org.springframework.messaging.handler.annotation.reactiveClassDescriptionStrategy for decoding a
DataBufferinput stream into an output stream of elements of type<T>. -
Classes in org.springframework.core.codec used by org.springframework.messaging.handler.invocation.reactiveClassDescriptionStrategy to encode a stream of Objects of type
<T>into an output stream of bytes. -
Classes in org.springframework.core.codec used by org.springframework.messaging.rsocketClassDescriptionStrategy for decoding a
DataBufferinput stream into an output stream of elements of type<T>.Strategy to encode a stream of Objects of type<T>into an output stream of bytes. -
Classes in org.springframework.core.codec used by org.springframework.messaging.rsocket.annotation.supportClassDescriptionStrategy for decoding a
DataBufferinput stream into an output stream of elements of type<T>.Strategy to encode a stream of Objects of type<T>into an output stream of bytes. -
Classes in org.springframework.core.codec used by org.springframework.web.reactive.result.viewClassDescriptionStrategy to encode a stream of Objects of type
<T>into an output stream of bytes.