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 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.