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 Summary
Modifier and TypeMethodDescriptionhints()
Return the map of hints to use to customize body extraction.Return theHttpMessageReaders
to be used for body extraction.Optionally return theServerHttpResponse
, if present.
-
Method Details
-
messageReaders
List<HttpMessageReader<?>> messageReaders()Return theHttpMessageReaders
to be used for body extraction.- Returns:
- the list of message readers
-
serverResponse
Optional<ServerHttpResponse> serverResponse()Optionally return theServerHttpResponse
, if present. -
hints
-