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(org.springframework.http.server.reactive.ServerHttpRequest request,
StrategiesSupplier strategies)
Extract from the given request.
|
T extract(org.springframework.http.server.reactive.ServerHttpRequest request, StrategiesSupplier strategies)
request - the request to extract fromstrategies - the strategies to use