Uses of Class
de.mlo.dev.validation.Validator
-
-
Uses of Validator in de.mlo.dev.validation
Methods in de.mlo.dev.validation that return Validator Modifier and Type Method Description @NotNull ValidatorValidator. add(@Nullable ValidationStatement statement)Adds a newValidationStatementto the list of existent statements.@NotNull ValidatorValidator. add(@Nullable ValidationSummarizer validationSummarizer)Adds aValidationSummarizer.@NotNull ValidatorValidator. setValidateAll()Executes all addedValidationStatements in the order they have been added.@NotNull ValidatorValidator. setValidateStopOnFirstFail()Executes the addedValidationStatements in the order they have been added until the firstValidationStatementfail.@NotNull ValidatorValidator. setValidationRunner(@NotNull ValidationRunner validationRunner)Sets a customValidationRunner.
-