T
- the type of data to extract@FunctionalInterface public interface BodyExtractor<T>
Request
body.Request.body(BodyExtractor)
,
BodyExtractors
Modifier and Type | Method and Description |
---|---|
T |
extract(ServerHttpRequest request,
StrategiesSupplier strategies)
Extract from the given request.
|
T extract(ServerHttpRequest request, StrategiesSupplier strategies)
request
- the request to extract fromstrategies
- the strategies to use