spring-framework / org.springframework.web.reactive.function.server.support / ServerRequestWrapper / body

body

open fun <T : Any> body(extractor: BodyExtractor<T, in ServerHttpRequest>): T
open fun <T : Any> body(extractor: BodyExtractor<T, in ServerHttpRequest>, hints: MutableMap<String, Any>): T