spring package-info 源码

  • 2022-08-08
  • 浏览 (385)

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 源码目录

相关文章

spring ClientCodecConfigurer 源码

spring CodecConfigurer 源码

spring CodecConfigurerFactory 源码

spring CodecConfigurerRuntimeHints 源码

spring DecoderHttpMessageReader 源码

spring EncoderHttpMessageWriter 源码

spring FormHttpMessageReader 源码

spring FormHttpMessageWriter 源码

spring HttpMessageDecoder 源码

spring HttpMessageEncoder 源码

0  赞