Package org.springframework.core.codec
@NonNullApi
@NonNullFields
package org.springframework.core.codec
-
ClassDescriptionAbstract base class for
Decoderimplementations that can decode aDataBufferdirectly to the target element type.Abstract base class forDecoderimplementations.Abstract base class forDecoderimplementations.Abstract base class forEncoderclasses that can only deal with a single value.Decoder forbytearrays.Encoder forbytearrays.Decoder forByteBuffers.Encoder forByteBuffers.Encode from aCharSequencestream to a bytes stream.General error that indicates a problem while encoding and decoding to and from an Object stream.Simple pass-through decoder forDataBuffers.Simple pass-through encoder forDataBuffers.Decoder<T>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.Encoder<T>Strategy to encode a stream of Objects of type<T>into an output stream of bytes.Indicates an issue with encoding the input Object stream with a focus on not being able to encode Objects.Constants and convenience methods for working with hints.Decoder forByteBufs.Encoder forByteBufs.Decoder forResources.Encoder forResources.Encoder forResourceRegions.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.