Interface BodyExtractor.Context
- Enclosing interface:
- BodyExtractor<T,M extends ReactiveHttpInputMessage> 
public static interface BodyExtractor.Context
Defines the context used during the extraction.
- 
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.
- 
hintsReturn the map of hints to use to customize body extraction.
 
-