All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.http.codec.package-info Maven / Gradle / Ivy

/**
 * Provides implementations of {@link org.springframework.core.codec.Encoder}
 * and {@link org.springframework.core.codec.Decoder} for web use.
 *
 * 

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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy