Skip to content
Snippets Groups Projects

Fix references to IdMapperBuilder and expose it

  1. Dec 02, 2020
    • Chris Lemaire's avatar
      Fix references to IdMapperBuilder and expose it · b63a1b6b
      Chris Lemaire authored
      IdMapperBuilder still needed to be exposed for ID DTOs to be properly
      mapped through. Sadly, this meant the IdMapperBuilder bean needed to be
      added back. Additionally, this commit removes a reference to
      IdMapperBuilder to map an ID DTO, replacing it by a lookup of the
      ModelMapper mapping.
      b63a1b6b
Loading