spring package-info 源码
spring package-info 代码
文件路径:/spring-web/src/main/java/org/springframework/http/codec/package-info.java
/**
* 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;
相关信息
相关文章
spring ClientCodecConfigurer 源码
spring CodecConfigurerFactory 源码
spring CodecConfigurerRuntimeHints 源码
spring DecoderHttpMessageReader 源码
spring EncoderHttpMessageWriter 源码
spring FormHttpMessageReader 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦