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.