T - Type of the element within the XJDf document that can be validated.public interface Validator<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
canValidate(java.lang.Object o) |
void |
validate(T element,
Ancestors ancestors,
ValidationResultBuilder validationResult) |
void validate(T element, Ancestors ancestors, ValidationResultBuilder validationResult)
boolean canValidate(java.lang.Object o)