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 theHttpMessageReaders
to be used for body extraction.Optional<ServerHttpResponse>
serverResponse()
Optionally return theServerHttpResponse
, if present.
Method Detail
messageReaders
List<HttpMessageReader<?>> messageReaders()
Return theHttpMessageReaders
to be used for body extraction.- Returns:
- the stream of message readers
serverResponse
Optional<ServerHttpResponse> serverResponse()
Optionally return theServerHttpResponse
, if present.