Generated by
JDiff

Interface org.springframework.web.reactive.function.server.ServerResponse.BodyBuilder

Added Methods
<any> syncBody(Object) Set the body of the response to the given synchronous {@code Object} and return it.
 

Changed Methods
<any> body(BodyInserter<?, ServerHttpResponse>) Change in signature from (BodyInserter<T, ServerHttpResponse>) to (BodyInserter<?, ServerHttpResponse>).
Set the body of the response to the given {@code BodyInserter} and return it.