程序包的使用
org.springframework.core.codec
使用org.springframework.core.codec的程序包 程序包 说明 org.springframework.core.codec org.springframework.http.codec org.springframework.http.codec.cbor org.springframework.http.codec.json JSON encoder and decoder support.org.springframework.http.codec.protobuf Provides an encoder and a decoder for Google Protocol Buffers.org.springframework.http.codec.xml XML encoder and decoder support.org.springframework.messaging.handler.annotation.reactive Support classes for working with annotated message-handling methods with non-blocking, reactive contracts.org.springframework.messaging.handler.invocation.reactive Common infrastructure for invoking message handler methods with non-blocking, and reactive contracts.org.springframework.messaging.rsocket Support for the RSocket protocol.org.springframework.messaging.rsocket.annotation.support Support classes for working with annotated RSocket stream handling methods.org.springframework.web.reactive.result.view Support for result handling through view resolution.org.springframework.core.codec使用的org.springframework.core.codec中的类 类 说明 AbstractDataBufferDecoder Abstract base class forDecoderimplementations that can decode aDataBufferdirectly to the target element type.AbstractDecoder Abstract base class forDecoderimplementations.AbstractEncoder Abstract base class forDecoderimplementations.AbstractSingleValueEncoder Abstract base class forEncoderclasses that can only deal with a single value.CharSequenceEncoder Encode from aCharSequencestream to a bytes stream.CodecException General error that indicates a problem while encoding and decoding to and from an Object stream.Decoder Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.DecodingException Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.Encoder Strategy to encode a stream of Objects of type<T>into an output stream of bytes.StringDecoder 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.org.springframework.http.codec使用的org.springframework.core.codec中的类 类 说明 Decoder Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.Encoder Strategy to encode a stream of Objects of type<T>into an output stream of bytes.ResourceDecoder Decoder forResources.org.springframework.http.codec.cbor使用的org.springframework.core.codec中的类 类 说明 Decoder Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.Encoder Strategy to encode a stream of Objects of type<T>into an output stream of bytes.org.springframework.http.codec.json使用的org.springframework.core.codec中的类 类 说明 Decoder Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.DecodingException Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.Encoder Strategy to encode a stream of Objects of type<T>into an output stream of bytes.org.springframework.http.codec.protobuf使用的org.springframework.core.codec中的类 类 说明 Decoder Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.DecodingException Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.Encoder Strategy to encode a stream of Objects of type<T>into an output stream of bytes.org.springframework.http.codec.xml使用的org.springframework.core.codec中的类 类 说明 AbstractDecoder Abstract base class forDecoderimplementations.AbstractEncoder Abstract base class forDecoderimplementations.AbstractSingleValueEncoder Abstract base class forEncoderclasses that can only deal with a single value.Decoder Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.DecodingException Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.Encoder Strategy to encode a stream of Objects of type<T>into an output stream of bytes.org.springframework.messaging.handler.annotation.reactive使用的org.springframework.core.codec中的类 类 说明 Decoder Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.org.springframework.messaging.handler.invocation.reactive使用的org.springframework.core.codec中的类 类 说明 Encoder Strategy to encode a stream of Objects of type<T>into an output stream of bytes.org.springframework.messaging.rsocket使用的org.springframework.core.codec中的类 类 说明 Decoder Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.Encoder Strategy to encode a stream of Objects of type<T>into an output stream of bytes.org.springframework.messaging.rsocket.annotation.support使用的org.springframework.core.codec中的类 类 说明 Decoder Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.Encoder Strategy to encode a stream of Objects of type<T>into an output stream of bytes.org.springframework.web.reactive.result.view使用的org.springframework.core.codec中的类 类 说明 Encoder Strategy to encode a stream of Objects of type<T>into an output stream of bytes.