Package | Description |
---|---|
org.springframework.http.codec |
Modifier and Type | Method and Description |
---|---|
void |
CodecConfigurer.CustomCodecs.registerWithDefaultConfig(Object codec,
Consumer<CodecConfigurer.DefaultCodecConfig> configConsumer)
Variant of
CodecConfigurer.CustomCodecs.register(Object) that also allows the caller to
apply the properties from CodecConfigurer.DefaultCodecConfig to the given
codec. |
void |
CodecConfigurer.CustomCodecs.withDefaultCodecConfig(Consumer<CodecConfigurer.DefaultCodecConfig> codecsConfigConsumer)
Deprecated.
|