Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for update graph in custom mappers #37

Closed
slemesle opened this issue Nov 10, 2014 · 1 comment
Closed

Add support for update graph in custom mappers #37

slemesle opened this issue Nov 10, 2014 · 1 comment
Milestone

Comments

@slemesle
Copy link

Update graph style mapper methods introduced in 0.9, do not call custom mapper with destination bean.

We should now add this kind of calls by enabling specific signature:

public DestinationBean asDestinationBean(SourceBean source, DestinationBean destination) {
   return null;
}
@slemesle
Copy link
Author

Immutable custom mapper should be used by default if no update graph method exist for the same source / destination type mapping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant