public static interface BodyExtractor.Context
| Modifier and Type | Method and Description | 
|---|---|
Map<String,Object> | 
hints()
Return the map of hints to use to customize body extraction. 
 | 
List<HttpMessageReader<?>> | 
messageReaders()
Return the  
HttpMessageReaders to be used for body extraction. | 
Optional<ServerHttpResponse> | 
serverResponse()
Optionally return the  
ServerHttpResponse, if present. | 
List<HttpMessageReader<?>> messageReaders()
HttpMessageReaders to be used for body extraction.Optional<ServerHttpResponse> serverResponse()
ServerHttpResponse, if present.