spring-framework / org.springframework.mock.web.reactive.function.server / MockServerRequest / body

body

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