public interface Validatable
| Modifier and Type | Method and Description |
|---|---|
void |
validate(Set<String> ignoreFields)
Validates Object, throws @ValidatorException if any issue is present
|
void validate(Set<String> ignoreFields) throws ValidatorException
ignoreFields - Name of fields to be ignored from validationValidatorExceptionCopyright © 2013–2018 Cognifide. All rights reserved.