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
Derived from #22 (comment)
Currently CustomConstraint does not have a mechanism to add arguments in the error message.
CustomConstraint
When CustomConstraint is used, only property name and the actual value are put into the arguments. https://github.com/making/yavi/blob/0.2.6/src/main/java/am/ik/yavi/builder/ValidatorBuilder.java#L279-L287
The text was updated successfully, but these errors were encountered:
Support adding arguments in the errorMessage for custom constraints
9153956
closes #36
Support adding arguments in the errorMessage for custom constraints (#38
d6ac087
) closes #36
Successfully merging a pull request may close this issue.
Derived from #22 (comment)
Currently
CustomConstraint
does not have a mechanism to add arguments in the error message.When
CustomConstraint
is used, only property name and the actual value are put into the arguments.https://github.com/making/yavi/blob/0.2.6/src/main/java/am/ik/yavi/builder/ValidatorBuilder.java#L279-L287
The text was updated successfully, but these errors were encountered: