Remove no longer supported protected methods

Closes gh-26721
This commit is contained in:
rstoyanchev
2023-06-27 16:34:52 +01:00
parent d4ac90dae0
commit 91eb2be44c
2 changed files with 3 additions and 56 deletions

View File

@@ -181,16 +181,6 @@ public class ModelAttributeMethodArgumentResolver extends HandlerMethodArgumentR
return null;
}
/**
* Protected method to obtain the values for data binding.
* @deprecated and not called; replaced by built-in support for
* constructor initialization in {@link org.springframework.validation.DataBinder}
*/
@Deprecated(since = "6.1", forRemoval = true)
public Mono<Map<String, Object>> getValuesToBind(WebExchangeDataBinder binder, ServerWebExchange exchange) {
throw new UnsupportedOperationException();
}
/**
* Extension point to create the attribute, binding the request to constructor args.
* @param binder the data binder instance to use for the binding