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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
sothawo opened DATAES-993 and commented
Currently either the property name or the name from a @Field annotation is used to map between property and fieldnames.
@Field
It should be possible to set a FieldnamingStrategy for this as well
FieldnamingStrategy
No further details from DATAES-993
The text was updated successfully, but these errors were encountered:
Use FieldNamingStrategy for property name matching.
e311df9
Original PR #1648 Closes #1565
sothawo
Successfully merging a pull request may close this issue.
sothawo opened DATAES-993 and commented
Currently either the property name or the name from a
@Field
annotation is used to map between property and fieldnames.It should be possible to set a
FieldnamingStrategy
for this as wellNo further details from DATAES-993
The text was updated successfully, but these errors were encountered: