Interface CodecConfigurer.MultipartCodecs
- Enclosing interface:
- CodecConfigurer
public static interface CodecConfigurer.MultipartCodecs
Registry and container for multipart HTTP message writers.
- Since:
- 6.0.3
- Author:
- Rossen Stoyanchev
- 
Method SummaryModifier and TypeMethodDescriptionAdd a PartEncoder, internally wrapped withEncoderHttpMessageWriter.writer(HttpMessageWriter<?> writer) Add a PartHttpMessageWriter.
- 
Method Details- 
encoderAdd a PartEncoder, internally wrapped withEncoderHttpMessageWriter.- Parameters:
- encoder- the encoder to add
 
- 
writerAdd a PartHttpMessageWriter. For writers of typeEncoderHttpMessageWriterconsider using the shortcutencoder(Encoder)instead.- Parameters:
- writer- the writer to add
 
 
-