Provides implementations of Encoder and Decoder for web use.

Also declares a high-level HttpMessageReader and HttpMessageWriter for reading and writing the body of HTTP requests and responses.

/** * Provides implementations of {@link org.springframework.core.codec.Encoder} * and {@link org.springframework.core.codec.Decoder} for web use. * * <p>Also declares a high-level * {@link org.springframework.http.codec.HttpMessageReader} and * {@link org.springframework.http.codec.HttpMessageWriter} for reading and * writing the body of HTTP requests and responses. */
@NonNullApi @NonNullFields package org.springframework.http.codec; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;