Skip to content
Snippets Groups Projects

Add a converter service to autowire contexts

  1. May 18, 2020
    • Chris Lemaire's avatar
      Add a converter service to autowire contexts · 7b05ac36
      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.
      7b05ac36
Loading