Generated by
JDiff

Class org.springframework.web.bind.support.WebExchangeDataBinder

Removed Methods
(Map<String, ?>getExtraValuesToBind(ServerWebExchange) Extension point that subclasses can use to add extra bind values for a request.
(Map<String, List<MultipartFile>>getMultipartFiles(ServerWebExchange) Bind all multipart files contained in the given request, if any (in case of a multipart request).
 

Added Methods
<any> extractValuesToBind(ServerWebExchange) Combine query params and form data for multipart form data from the body of the request into a {@code Map} of values to use for data binding purposes.
<any> getValuesToBind(ServerWebExchange) Protected method to obtain the values for data binding.