Interface BodyExtractor.Context
- Enclosing interface:
- BodyExtractor<T,M extends ReactiveHttpInputMessage>
 - public static interface BodyExtractor.Context Defines the context used during the extraction.
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - Map<String,Object>- hints()Return the map of hints to use to customize body extraction.- List<HttpMessageReader<?>>- messageReaders()Return the- HttpMessageReadersto be used for body extraction.- Optional<ServerHttpResponse>- serverResponse()Optionally return the- ServerHttpResponse, if present.
 
- Method Detail- messageReaders- List<HttpMessageReader<?>> messageReaders() Return the- HttpMessageReadersto be used for body extraction.- Returns:
- the stream of message readers
 
 - serverResponse- Optional<ServerHttpResponse> serverResponse() Optionally return the- ServerHttpResponse, if present.