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
Currently, it's possible to generate toString as explained here: https://smallrye.io/smallrye-config/Main/config/mappings/#tostring
But there is nothing for equals and hashcode.
The use case is for Quarkus extension config, without this, it's very ugly to deal with equals as shown in this PR: quarkiverse/quarkus-quinoa#594
When this is done we should update the Quarkus writing extension guide to mention this.
The text was updated successfully, but these errors were encountered:
cc @radcortez
Sorry, something went wrong.
This relates to #1001 since those generated interfaces also need equals/hashCode, and should share as much code as possible.
@radcortez any update on this?
Not yet... sorry @ia3andy. Let me try to prioritize this.
Successfully merging a pull request may close this issue.
Currently, it's possible to generate toString as explained here:
https://smallrye.io/smallrye-config/Main/config/mappings/#tostring
But there is nothing for equals and hashcode.
The use case is for Quarkus extension config, without this, it's very ugly to deal with equals as shown in this PR:
quarkiverse/quarkus-quinoa#594
When this is done we should update the Quarkus writing extension guide to mention this.
The text was updated successfully, but these errors were encountered: