Add a converter service to autowire contexts
- May 18, 2020
-
-
Chris Lemaire authored
The converter service can be used to convert DTOs into their target entities in the same way that the .apply method on a DTO was used. However, the converter service automatically wires the needed ApplicationContext and Errors objects.
-