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