Skip to content

Add a converter service to autowire contexts

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.

Closes #4 (closed)

Merge request reports