Controller methods should not provide the (web-layer) request to the server,
If we map request to document already in the controller, the mapper is only needed to autowire in the controllers - and the request / response dto dependencies stay only in the web (controller) layer.
Controller methods should not provide the (web-layer) request to the server, If we map request to document already in the controller, the mapper is only needed to autowire in the controllers - and the request / response dto dependencies stay only in the web (controller) layer.