Package com.io7m.montarre.api.validation
Interface MValidatorType
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
MValidator
A validator.
-
Method Details
-
execute
List<MValidationIssue> execute()Execute the validator, returning any validation issues.- Returns:
- The issues, if any
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
MException
-