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 that decodes from a data buffer stream to aCharSequencestream.Abstract base class forDecoderimplementations 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.Decode from a data buffer stream to aCharBufferstream, either splitting or aggregating incoming data chunks to realign along newlines delimiters and produce a stream of char buffers.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 aDataBufferinput 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 aDataBufferinput 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 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.http.codec.protobufClassDescriptionStrategy 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.http.codec.xmlClassDescriptionAbstract base class forDecoderimplementations.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 aDataBufferinput 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 aDataBufferinput 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 aDataBufferinput 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.