I'm starting to understand a bit of what happens in the background when a user requests a URL in the context of a Spring MVC web application. But I cannot understand when and how data binding occurs, i.e. The mapping between the input form fields and the model object and the subsequent injection of this object in the associated handler method.
Does anyone know which classes and methods are implied, and where does this appear in the documentation?
java spring spring-mvc data-binding
Rocio garcΓa luque
source share