Constructor and Description |
---|
CompoundValidator(List<Validator<T>> validators) |
Modifier and Type | Method and Description |
---|---|
List<Validator<T>> |
getValidators() |
List<ValidationError> |
validate(T entity)
Will validate the given entity and return
List generated during validation |
public List<ValidationError> validate(T entity)
Validator
List
generated during validationCopyright © 2021 Atlassian. All rights reserved.
View cookie preferences