Menu

#243 EventListner Api

open
nobody
5
2012-06-07
2012-06-07
Anonymous
No

We have a requirement to implement global security rules while mapping. We need to skip mapping certain fields based on runtime security constraints.

if we can do something similar to the following, it will greatly simply our implementation.

public void preWritingDestinationValue(DozerEvent event) {
...our code
event.skip();
}

Discussion


Log in to post a comment.