Provides implementations of ClientCodecConfigurer and ServerCodecConfigurer based on the converter implementations from org.springframework.http.codec.json and co.
/** * Provides implementations of {@link org.springframework.http.codec.ClientCodecConfigurer} * and {@link org.springframework.http.codec.ServerCodecConfigurer} based on the converter * implementations from {@code org.springframework.http.codec.json} and co. */
@NonNullApi @NonNullFields package org.springframework.http.codec.support; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;