Uses of Interface
org.springframework.http.codec.CodecConfigurer.DefaultCodecConfig
Packages that use CodecConfigurer.DefaultCodecConfig Package Description org.springframework.http.codec Uses of CodecConfigurer.DefaultCodecConfig in org.springframework.http.codec
Method parameters in org.springframework.http.codec with type arguments of type CodecConfigurer.DefaultCodecConfig Modifier and Type Method Description voidCodecConfigurer.CustomCodecs. registerWithDefaultConfig(Object codec, Consumer<CodecConfigurer.DefaultCodecConfig> configConsumer)Variant ofCodecConfigurer.CustomCodecs.register(Object)that also allows the caller to apply the properties fromCodecConfigurer.DefaultCodecConfigto the given codec.voidCodecConfigurer.CustomCodecs. withDefaultCodecConfig(Consumer<CodecConfigurer.DefaultCodecConfig> codecsConfigConsumer)Deprecated.