You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some times we need to reproduce the exact same configuration @Maps multiple times in the mapper.
To avoid code duplication we should introduce the @InheritMaps which will apply the configuration from an inherited @Maps with same type to type mapping. Only the couple means something since configuration are bidirectional.
Some times we need to reproduce the exact same configuration
@Maps
multiple times in the mapper.To avoid code duplication we should introduce the
@InheritMaps
which will apply the configuration from an inherited@Maps
with same type to type mapping. Only the couple means something since configuration are bidirectional.Sample codes :
The text was updated successfully, but these errors were encountered: