Interface CodecCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize codecs configuration for an HTTP
client and/or server with a
CodecConfigurer
.- Since:
- 2.0.0
- Author:
- Brian Clozel
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(CodecConfigurer configurer) Callback to customize aCodecConfigurer
instance.
-
Method Details
-
customize
Callback to customize aCodecConfigurer
instance.- Parameters:
configurer
- codec configurer to customize
-