接口 BodyExtractor.Context
- 封闭接口:
- BodyExtractor<T,
M extends ReactiveHttpInputMessage>
public static interface BodyExtractor.Context
Defines the context used during the extraction.
-
方法概要
修饰符和类型方法说明hints()Return the map of hints to use to customize body extraction.Return theHttpMessageReadersto be used for body extraction.Optionally return theServerHttpResponse, if present.
-
方法详细资料
-
messageReaders
List<HttpMessageReader<?>> messageReaders()Return theHttpMessageReadersto be used for body extraction.- 返回:
- the stream of message readers
-
serverResponse
Optional<ServerHttpResponse> serverResponse()Optionally return theServerHttpResponse, if present. -
hints
Return the map of hints to use to customize body extraction.
-