addTemplateViolation method
Add a default violation that will be completed with the default value and field name
Implementation
void addTemplateViolation(String message) {
templateViolations.add(message);
}
Add a default violation that will be completed with the default value and field name
void addTemplateViolation(String message) {
templateViolations.add(message);
}