public interface IValidationProblemReporter
| Modifier and Type | Method and Description |
|---|---|
void |
report(ValidationRuleMetaData rule,
Node node,
String property,
String message)
Called to report a validation rule violation.
|
void report(ValidationRuleMetaData rule, Node node, String property, String message)
rule - node - property - message - Copyright © 2019 Red Hat. All rights reserved.