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
We should be able to map a specific field pair using a custom mapper. This will provide the ability to define mapping per field and per type.
The text was updated successfully, but these errors were encountered:
#106: First working custom field to field mapper
1301379
#106: Allow one value when using @fiedl(value = "prop", withCustom = …
1d1c675
…Custom.class). Update documentation to reflect latest changes. Improve validation error reporting for @field parsing
#106: Add compilation error when no custom mapping method is found fo…
61719d4
…r a field requiring it
#106: Add a test to check custom mapper errors also applies in @field(…
f87fb09
…withCustom ...)
#106: Add support for interceptor in custom field to field mapping
e2e1e78
No branches or pull requests
We should be able to map a specific field pair using a custom mapper.
This will provide the ability to define mapping per field and per type.
The text was updated successfully, but these errors were encountered: