We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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; }
The text was updated successfully, but these errors were encountered:
#37 - Add support for update graph style custom mapper
fdb00d7
Immutable custom mapper should be used by default if no update graph method exist for the same source / destination type mapping.
Sorry, something went wrong.
#37 - Support both mutable and immutable custom mapper when defined
8ea7c78
#37 - Distinguish mutable / immutable custom mapper IT
002141f
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: