Generated by
JDiff

Interface org.springframework.web.reactive.function.server.ServerRequest

Added Methods
<any> bodyToFlux(ParameterizedTypeReference<T>) Extract the body to a {@code Flux}.
<any> bodyToMono(ParameterizedTypeReference<T>) Extract the body to a {@code Mono}.
 

Changed Methods
PathContainer pathContainer() Change in return type from org.springframework.http.server.reactive.PathContainer to org.springframework.http.server.PathContainer.
Return the request path as {@code PathContainer}.