Use BoundMapperFacade for 2 particular types to speed up performance even more.
What it doesn't state is if the BoundMapperFacade should be cached as well or if this is done internally by orika? If there is documentation stating this please point me in that direction.
From the performance tuning wiki page, I understand that it would best to do the follow ( https://orika-mapper.github.io/orika-docs/performance-tuning.html ) :
Thanks!