当我实现 MessageInterpolator 时,我没有找到接收正在发生验证的 propertyPath/propertyName 的方法。在某些情况下,我想将 propertyName 添加到错误消息中。
但是,我可以在ConstraintViolation 的 bean 验证失败后检索它。
propertyName = constraintViolation.getPropertyPath().toString();
如何在消息插值之前检索此日期?
PS 我在 Hibernate 的 JIRA https://hibernate.atlassian.net/browse/BVAL-233中看到了未解决的问题所以,我猜没有干净/标准的方法可以做到这一点......