Problemunvalidated
After migrating from field injection to constructor-based injection, Spring throws a BeanCreationException when instantiating `exampleCommand` because it cannot resolve a constructor parameter for the DTO passed via `beanFactory.getBean(Command.class, inputDto)`.
cf8cd911-be07-4a64-a40b-0037cad5db73
After migrating from field injection to constructor-based injection, Spring throws a BeanCreationException when instantiating exampleCommand because it cannot resolve a constructor parameter for the DTO passed via beanFactory.getBean(Command.class, inputDto).