Improve ExtendedWebExchangeDataBinder implementation

Close gh-28646
This commit is contained in:
rstoyanchev
2022-06-30 16:26:14 +01:00
parent 2afe560e41
commit 058ce36402
2 changed files with 5 additions and 20 deletions

View File

@@ -84,8 +84,8 @@ public class WebExchangeDataBinder extends WebDataBinder {
}
/**
* Protected method to obtain the values for data binding. By default this
* method delegates to {@link #extractValuesToBind(ServerWebExchange)}.
* Obtain the values for data binding. By default, this delegates to
* {@link #extractValuesToBind(ServerWebExchange)}.
* @param exchange the current exchange
* @return a map of bind values
* @since 5.3