Uses of Interface
org.springframework.http.codec.CodecConfigurer.DefaultCodecConfig
Packages that use CodecConfigurer.DefaultCodecConfig
Package
Description
-
Uses of CodecConfigurer.DefaultCodecConfig in org.springframework.http.codec
Method parameters in org.springframework.http.codec with type arguments of type CodecConfigurer.DefaultCodecConfigModifier and TypeMethodDescriptionvoidCodecConfigurer.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.
CodecConfigurer.CustomCodecs.registerWithDefaultConfig(Object)orCodecConfigurer.CustomCodecs.registerWithDefaultConfig(Object, Consumer)instead.