1
當我實現MessageInterpolator時,我沒有找到收到驗證發生的propertyPath/propertyName的方法。在某些情況下,我想將propertyName添加到錯誤消息中。如何在Hibernate自定義消息插值中接收propertyPath?
我可以,howewever,檢索它 bean驗證失敗ConstraintViolation。
propertyName = constraintViolation.getPropertyPath().toString();
我怎樣才能檢索日期之前消息插值?
P.S.我看到了開放的問題Hibernate的JIRA https://hibernate.atlassian.net/browse/BVAL-233所以,我gueess沒有清潔/標準的方式來做到這一點...