-
- All Known Subinterfaces:
ValidationStatement
- All Known Implementing Classes:
Validator
public interface ValidationSummarizer- Author:
- mlo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull ValidationResultvalidate()Has to execute one or more parts of the validation process.
-
-
-
Method Detail
-
validate
@NotNull @NotNull ValidationResult validate()
Has to execute one or more parts of the validation process. The result of all executed parts should be returned as an aggregatedValidationResult.- Returns:
- The result of the validation process which can contain zero, one or more information about an executed part.
-
-