public static class ValidatorImpls.ImplementsClassesValidator extends Validator
| Constructor and Description |
|---|
ImplementsClassesValidator(Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
validateField(String name,
Object o)
validate the field value o that belogs to the field which is named name
This method should throw IllegalArgumentException in case o doesn't
validate per this validator's implementation.
|
public void validateField(String name, Object o)
ValidatorvalidateField in class ValidatorCopyright © 2017–2021 Apache Software Foundation. All rights reserved.