Polishing in data binding docs

This commit is contained in:
rstoyanchev
2026-05-15 13:50:57 +01:00
parent 48262b8efe
commit 4d98ff5dcf
3 changed files with 4 additions and 4 deletions
@@ -9,7 +9,7 @@ It is a core mechanism of the Spring Framework that helps with application confi
In web applications it makes it easy to access query parameters and form data through richly typed objects rather than through maps of string values.
To learn more about the data binding mechanism, including constructor and setter binding, property name syntax, type conversion,
and more, see the xref:core/validation/data-binding.adoc[Data binding] in the Core Technologies section.
and more, see xref:core/validation/data-binding.adoc[Data binding] in the Core Technologies section.
For annotated controllers, data binding applies to a
xref:web/webflux/controller/ann-methods/modelattrib-method-args.adoc[@ModelAttribute] method argument.
@@ -9,7 +9,7 @@ It is a core mechanism of the Spring Framework that helps with application confi
In web applications it makes it easy to access query parameters and form data through richly typed objects rather than through maps of string values.
To learn more about the data binding mechanism, including constructor and setter binding, property name syntax, type conversion,
and more, see the xref:core/validation/data-binding.adoc[Data binding] in the Core Technologies section.
and more, see xref:core/validation/data-binding.adoc[Data binding] in the Core Technologies section.
For annotated controllers, data binding applies to a
xref:web/webmvc/mvc-controller/ann-methods/modelattrib-method-args.adoc[@ModelAttribute] method argument.