Skip to content
Snippets Groups Projects

Add data to view

  1. Dec 02, 2020
    • Chris Lemaire's avatar
      Fix extremely slow creation of ModelMapper · f0f49d8c
      Chris Lemaire authored
      ModelMappers were created with every single View.convert call. Sadly,
      creating a ModelMapper with a bunch of IdMappers is extremely expensive.
      This process is mitigated by forcing the user of Librador to implement
      LibradorConfigAdapter, which configures the IdMapperBuilder and exposes
      a ModelMapper as a bean.
      f0f49d8c
  2. Nov 16, 2020
Loading