Interface BodyExtractor.Context
- Enclosing interface:
- BodyExtractor<T, M extends ReactiveHttpInputMessage>
public static interface BodyExtractor.Context
Defines the context used during the extraction.
- Since:
- 5.0
- Author:
- Arjen Poutsma
- 
Method SummaryModifier and TypeMethodDescriptionhints()Return the map of hints to use to customize body extraction.Return theHttpMessageReadersto be used for body extraction.Optionally return theServerHttpResponse, if present.
- 
Method Details- 
messageReadersList<HttpMessageReader<?>> messageReaders()Return theHttpMessageReadersto be used for body extraction.- Returns:
- the list of message readers
 
- 
serverResponseOptional<ServerHttpResponse> serverResponse()Optionally return theServerHttpResponse, if present.
- 
hints
 
-