|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
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 |
<any> getValuesToBind(ServerWebExchange ) |
Protected method to obtain the values for data binding. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |