Interface InputValidator
- All Known Implementing Classes:
AbstractMultiInputValidator,AbstractSingleInputValidator
public interface InputValidator
Interface for validation of input parameters.
Implementors can use AbstractSingleInputValidator an AbstractMultiInputValidator.
-
Method Summary
-
Method Details
-
validate
Optional<InputValidationIssue> validate()Perform the validation.- Returns:
- an optional containing the
InputValidationIssuevalue, or empty when the validation succeeds
-