Interface BodyExtractor.Context
- Enclosing interface:
 - BodyExtractor<T,
M extends ReactiveHttpInputMessage>  
public static interface BodyExtractor.Context
Defines the context used during the extraction.
- 
Method Summary
Modifier 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
- 
messageReaders
List<HttpMessageReader<?>> messageReaders()Return theHttpMessageReadersto be used for body extraction.- Returns:
 - the list of message readers
 
 - 
serverResponse
Optional<ServerHttpResponse> serverResponse()Optionally return theServerHttpResponse, if present. - 
hints
Return the map of hints to use to customize body extraction. 
 -