T - Type of entity to be validated by this validator implementationpublic interface Validator<T>
| Modifier and Type | Method and Description |
|---|---|
List<ValidationError> |
validate(T entity)
Will validate the given entity and return
List generated during validation |
List<ValidationError> validate(T entity)
List generated during validationentity - Entity to be validatedList containing the errors or empty list if no error were generatedCopyright © 2024 Atlassian. All rights reserved.