Interface ValidationViolation
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ConstraintViolation
,GlobalViolation
public interface ValidationViolation extends Serializable
Validation violation interface which serves a message key to be translated.- Since:
- 11.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMessage(Locale locale)
String
getMessageKey()
-