Uses of Interface
org.springframework.http.codec.CodecConfigurer.DefaultCodecConfig
Package
Description
-
Uses of CodecConfigurer.DefaultCodecConfig in org.springframework.http.codec
Modifier and TypeMethodDescriptionvoid
CodecConfigurer.CustomCodecs.registerWithDefaultConfig
(Object codec, Consumer<CodecConfigurer.DefaultCodecConfig> configConsumer) Variant ofCodecConfigurer.CustomCodecs.register(Object)
that also allows the caller to apply the properties fromCodecConfigurer.DefaultCodecConfig
to the given codec.void
CodecConfigurer.CustomCodecs.withDefaultCodecConfig
(Consumer<CodecConfigurer.DefaultCodecConfig> codecsConfigConsumer) Deprecated.
CodecConfigurer.CustomCodecs.registerWithDefaultConfig(Object)
orCodecConfigurer.CustomCodecs.registerWithDefaultConfig(Object, Consumer)
instead.