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
Using an annotation at bean field level will help avoid additional need to ignore these fields on each mapper and looks clean. Thoughts on implementing an annotation that ignores the common fields ?
The text was updated successfully, but these errors were encountered:
Scenario:
if i want to exclude certain common fields across beans, at present, i have to write the following on the mapper
But if the properties are common across beans then it becomes boilerplate to do this across mappers
e.g.
Common entities/beans
Beans that has refs to the common entities
Using an annotation at bean field level will help avoid additional need to ignore these fields on each mapper and looks clean. Thoughts on implementing an annotation that ignores the common fields ?
The text was updated successfully, but these errors were encountered: